pub trait SliceWrapperMut<T>: SliceWrapper<T> {
    fn slice_mut(&mut self) -> &mut [T] ;
}

Required Methods

Implementors