Struct brotli::reader::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]