Trait brotli::SliceWrapper []

pub trait SliceWrapper<T> {
    fn slice(&self) -> &[T];
}

Required Methods

Implementors