macro_rules! impl_vec_mut {
($struct_type:ident, $struct_name:ident) => { ... };
}Expand description
NOTE: impl_vec_mut can only exist for vectors that are known to be library-allocated!
macro_rules! impl_vec_mut {
($struct_type:ident, $struct_name:ident) => { ... };
}NOTE: impl_vec_mut can only exist for vectors that are known to be library-allocated!