macro_rules! impl_borrow_decode_with_context {
($ty:ty, $context:ty $(, $param:tt)*) => { ... };
}Expand description
Helper macro to implement BorrowDecode for any type that implements Decode.
macro_rules! impl_borrow_decode_with_context {
($ty:ty, $context:ty $(, $param:tt)*) => { ... };
}Helper macro to implement BorrowDecode for any type that implements Decode.