[−][src]Trait futures_core::stream::TryStream
A convenience for streams that return Result
values that includes
a variety of adapters tailored to such futures.
Associated Types
Required methods
fn try_poll_next(
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Option<Result<Self::Ok, Self::Error>>>
[+]
self: Pin<&mut Self>,
cx: &mut Context
) -> Poll<Option<Result<Self::Ok, Self::Error>>>