[−][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>>
.
Implementors
impl<St: Stream01> Stream01CompatExt for St
[src]
fn compat(self) -> Compat01As03<Self> where
Self: Sized,
[src]
Self: Sized,