Trait brotli::SliceWrapperMut[][src]

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

Required Methods

Important traits for &'a [u8]

Implementations on Foreign Types

impl<'a, T> SliceWrapperMut<&'a mut [T]> for HeapPrealloc<'a, T> where
    T: 'a, 
[src]

Important traits for &'a [u8]

Implementors