Type Alias DynInputStream

pub type DynInputStream = Box<dyn InputStream>;

Aliased Typeยง

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