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