Trait brotli::SliceWrapper[][src]

pub trait SliceWrapper<T> {
    fn slice(&self) -> &[T]
Notable traits for &'_ [u8]
impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
; fn len(&self) -> usize { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors