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