Type Definition betterstreams::DynIOStream[][src]

type DynIOStream = Box<dyn Stream<Item = Result<Bytes, Error>> + Send + Sync + 'static>;

A boxed stream of Bytes.