Struct brotli_decompressor::IoWriterWrapper
[−]
[src]
pub struct IoWriterWrapper<'a, OutputType: Write + 'a>(pub &'a mut OutputType);
pub struct IoWriterWrapper<'a, OutputType: Write + 'a>(pub &'a mut OutputType);
impl<'a, OutputType: Write> CustomWrite<Error> for IoWriterWrapper<'a, OutputType>
[src]