Type Alias DynInputStream

Source
pub type DynInputStream = Box<dyn InputStream>;

Aliased Typeยง

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