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

Type alias representing a generic reader for a cpio archive.

Aliased Type§

struct CpioReader(/* private fields */);