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]