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

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> RefUnwindSafe for IntoIoReader<InputType> where
    InputType: RefUnwindSafe

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

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

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

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.