Trait alloc_no_stdlib::SliceWrapperMut [] [src]

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

Required Methods

Important traits for &'a mut [u8]

Implementors