Trait brotli_decompressor::reader::SliceWrapperMut
[−]
pub trait SliceWrapperMut<T> {
fn slice_mut(&mut self) -> &mut [T];
}
Required Methods
Implementors
impl<'a, T> SliceWrapperMut<T> for AllocatedStackMemory<'a, T> where
T: 'a,impl<'a, T> SliceWrapperMut<&'a mut [T]> for HeapPrealloc<'a, T> where
T: 'a,