macro_rules! impl_borrow_decode {
    ($ty:ty) => { ... };
}
Expand description

Helper macro to implement BorrowDecode for any type that implements Decode.