Struct brotli::reader::IntoIoReader [] [src]

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

Trait Implementations

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