Type Definition betterstreams::DynIoStream[][src]

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

A boxed stream of Bytes.