Trait brotli::SliceWrapperMut []

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

Required Methods

Implementors