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