Trait archiv::Item

source ·
pub trait Item: Read {
    // Provided method
    fn size_hint(&self) -> Option<usize> { ... }
}

Provided Methods§

Implementors§

source§

impl<R: BufRead> Item for ZDecoder<'_, R>