Macro borrow_slice_impl
macro_rules! borrow_slice_impl {
($ty:ident) => { ... };
($ty:ident, $($gen:ident: $gent:ident),*) => { ... };
}
Expand description
Adds slicing traits implementations to a given type $ty
macro_rules! borrow_slice_impl {
($ty:ident) => { ... };
($ty:ident, $($gen:ident: $gent:ident),*) => { ... };
}
Adds slicing traits implementations to a given type $ty