Type Alias DynInputStream

pub type DynInputStream = Box<dyn InputStream>;

Aliased Typeยง

struct DynInputStream(/* private fields */);