[−][src]Trait brotli_decompressor::writer::SliceWrapperMut
Required methods
Loading content...Implementations on Foreign Types
impl<'a, T> SliceWrapperMut<&'a mut [T]> for HeapPrealloc<'a, T> where
T: 'a, [src]
T: 'a,
fn slice_mut(&mut self) -> &mut [&'a mut [T]]ⓘ[src]
impl<T> SliceWrapperMut<T> for WrapBox<T>[src]
Loading content...Implementors
impl<'a, T> SliceWrapperMut<T> for AllocatedStackMemory<'a, T> where
T: 'a, [src]
T: 'a,