Type Alias DynOutputStream

pub type DynOutputStream = Box<dyn OutputStream>;

Aliased Typeยง

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