Struct brotli::DecompressorWriterCustomIo [] [src]

pub struct DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
{ /* fields omitted */ }

Methods

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

Trait Implementations

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> CustomWrite<ErrType> for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

impl<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> Drop for DecompressorWriterCustomIo<ErrType, W, BufferType, AllocU8, AllocU32, AllocHC> where
    AllocHC: Allocator<HuffmanCode>,
    AllocU32: Allocator<u32>,
    AllocU8: Allocator<u8>,
    BufferType: SliceWrapperMut<u8>,
    W: CustomWrite<ErrType>, 
[src]

A method called when the value goes out of scope. Read more