Struct brotli::DecompressorCustomIo [] [src]

pub struct DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
{ /* fields omitted */ }

Methods

impl<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
[src]

[src]

[src]

Trait Implementations

impl<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> CustomRead<ErrType> for DecompressorCustomIo<ErrType, R, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    R: CustomRead<ErrType>, 
[src]

[src]