Type Alias InputStream

pub type InputStream = Box<dyn InputStream>;

Aliased Typeยง

struct InputStream(/* private fields */);