Struct brotli_decompressor::io_wrappers::IoReaderWrapper [] [src]

pub struct IoReaderWrapper<'a, OutputType: Read + 'a>(pub &'a mut OutputType);

Trait Implementations

impl<'a, InputType: Read> CustomRead<Error> for IoReaderWrapper<'a, InputType>
[src]

[src]

Auto Trait Implementations

impl<'a, OutputType> Send for IoReaderWrapper<'a, OutputType> where
    OutputType: Send

impl<'a, OutputType> Sync for IoReaderWrapper<'a, OutputType> where
    OutputType: Sync