Type Alias DynOutputStream

pub type DynOutputStream = Box<dyn OutputStream>;

Aliased Typeยง

struct DynOutputStream(/* private fields */);