[][src]Struct rc_zip::EntryReader

pub struct EntryReader<'a, R> where
    R: Read
{ /* fields omitted */ }

Methods

impl<'a, R> EntryReader<'a, R> where
    R: Read
[src]

pub fn new<F>(entry: &'a StoredEntry, get_reader: F) -> Self where
    F: Fn(u64) -> R, 
[src]

Trait Implementations

impl<'a, R> Read for EntryReader<'a, R> where
    R: Read
[src]

Auto Trait Implementations

impl<'a, R> !RefUnwindSafe for EntryReader<'a, R>

impl<'a, R> !Send for EntryReader<'a, R>

impl<'a, R> !Sync for EntryReader<'a, R>

impl<'a, R> Unpin for EntryReader<'a, R> where
    R: Unpin

impl<'a, R> !UnwindSafe for EntryReader<'a, 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<R> ReadBytesExt for R where
    R: Read + ?Sized
[src]

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

type Error = !

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.