Struct brotli::IoReaderWrapper[][src]

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

Trait Implementations

impl<'a, InputType> CustomRead<Error> for IoReaderWrapper<'a, InputType> where
    InputType: Read
[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