impl_vec_mut

Macro impl_vec_mut 

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