Type Definition betterstreams::UnpinDynIoStream[][src]

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

A boxed stream of Bytes that can be unpinned.