Trait brotli_decompressor::writer::SliceWrapper
[−]
pub trait SliceWrapper<T> { fn slice(&self) -> &[T]; }
Required Methods
Implementors
impl<'a, T> SliceWrapper<T> for AllocatedStackMemory<'a, T> where
T: 'a,impl<'a, T> SliceWrapper<&'a mut [T]> for HeapPrealloc<'a, T> where
T: 'a,