Trait brotli::SliceWrapper[][src]

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

    fn len(&self) -> usize { ... }
}

Required Methods

Important traits for &'a [u8]

Provided Methods

Implementations on Foreign Types

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

Important traits for &'a [u8]

Implementors