Struct egzreader::EgzReader[][src]

pub struct EgzReader<R> { /* fields omitted */ }

A gzip and non-gzip pholymorphic reader.

Implementations

impl<R: Read> EgzReader<R>[src]

pub fn new(r: R) -> EgzReader<R>

Notable traits for EgzReader<R>

impl<R: Read> Read for EgzReader<R>
[src]

Trait Implementations

impl<R: Read> Read for EgzReader<R>[src]

Auto Trait Implementations

impl<R> !RefUnwindSafe for EgzReader<R>

impl<R> Send for EgzReader<R> where
    R: Send

impl<R> Sync for EgzReader<R> where
    R: Sync

impl<R> Unpin for EgzReader<R> where
    R: Unpin

impl<R> !UnwindSafe for EgzReader<R>

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.