Type Alias apple_flat_package::component_package::CpioReader
source · 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 */);