[−][src]Trait futures_util::compat::Stream01CompatExt
Extension trait for futures 0.1 Stream
Provided Methods
fn compat(self) -> Compat01As03<Self> where
Self: Sized,
Self: Sized,
Converts a futures 0.1
Stream<Item = T, Error = E>
into a futures 0.3
Stream<Item = Result<T, E>>
.