[][src]Struct brotli::IoReaderWrapper

pub struct IoReaderWrapper<'a, OutputType>(pub &'a mut OutputType)
where
    OutputType: 'a + Read
;

Trait Implementations

impl<'a, InputType> CustomRead<Error> for IoReaderWrapper<'a, InputType> where
    InputType: Read
[src]

Auto Trait Implementations

impl<'a, OutputType> RefUnwindSafe for IoReaderWrapper<'a, OutputType> where
    OutputType: RefUnwindSafe

impl<'a, OutputType> Send for IoReaderWrapper<'a, OutputType> where
    OutputType: Send

impl<'a, OutputType> Sync for IoReaderWrapper<'a, OutputType> where
    OutputType: Sync

impl<'a, OutputType> Unpin for IoReaderWrapper<'a, OutputType>

impl<'a, OutputType> !UnwindSafe for IoReaderWrapper<'a, OutputType>

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.