Struct brotli::IntoIoReader[][src]

pub struct IntoIoReader<InputType>(pub InputType)
where
    InputType: Read
;

Trait Implementations

impl<InputType> CustomRead<Error> for IntoIoReader<InputType> where
    InputType: Read
[src]

Auto Trait Implementations

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

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