Type Definition betterstreams::UnpinDynIOStream[][src]

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

A boxed stream of Bytes that can be unpinned.