Struct brotli::enc::writer::IntoIoWriter[][src]

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

Trait Implementations

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

Auto Trait Implementations

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

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