Trait brotli::SliceWrapperMut [] [src]

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

Required Methods

Important traits for &'a mut [u8]

Implementations on Foreign Types

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

Important traits for &'a mut [u8]
[src]

Implementors