CpioReader

Type Alias CpioReader 

Source
pub type CpioReader = Box<ChainedCpioReader<Box<dyn Read>>>;
Expand description

Type alias representing a generic reader for a cpio archive.

Aliased Typeยง

pub struct CpioReader(/* private fields */);