macro_rules! impl_into_borrow {
    ($generic: tt, $name: tt => $borrower: tt) => { ... };
}
Expand description

Macro for implementing lifetime eliding IntoBorrow