Struct brotli_decompressor::io_wrappers::IntoIoWriter [] [src]

pub struct IntoIoWriter<InputType: Write>(pub InputType);

Trait Implementations

impl<InputType: Write> CustomWrite<Error> for IntoIoWriter<InputType>
[src]

[src]

[src]