impl_borrow_decode_with_context

Macro impl_borrow_decode_with_context 

Source
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.