Struct futures::stream::TryCollect [−][src]
A future which attempts to collect all of the values of a stream.
This future is created by the Stream::try_collect
method.
Trait Implementations
impl<S, C> Unpin for TryCollect<S, C> where
S: Unpin + TryStream,
[src]
impl<S, C> Unpin for TryCollect<S, C> where
S: Unpin + TryStream,
impl<S, C> Debug for TryCollect<S, C> where
C: Debug,
S: Debug + TryStream,
[src]
[+]
impl<S, C> Debug for TryCollect<S, C> where
C: Debug,
S: Debug + TryStream,
impl<S, C> Future for TryCollect<S, C> where
C: Default + Extend<<S as TryStream>::Ok>,
S: TryStream,
[src]
[+]
impl<S, C> Future for TryCollect<S, C> where
C: Default + Extend<<S as TryStream>::Ok>,
S: TryStream,
Auto Trait Implementations
impl<S, C> Send for TryCollect<S, C> where
C: Send,
S: Send,
impl<S, C> Send for TryCollect<S, C> where
C: Send,
S: Send,
impl<S, C> Sync for TryCollect<S, C> where
C: Sync,
S: Sync,
impl<S, C> Sync for TryCollect<S, C> where
C: Sync,
S: Sync,