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]

Auto Trait Implementations

impl<InputType> Send for IntoIoWriter<InputType> where
    InputType: Send

impl<InputType> Sync for IntoIoWriter<InputType> where
    InputType: Sync