[−][src]Struct futures_util::sink::SendAll
Future for the Sink::send_all
combinator, which sends a stream of values
to a sink and then waits until the sink has fully flushed those values.
Trait Implementations
impl<'a, Si: Debug + ?Sized, St: Debug + ?Sized> Debug for SendAll<'a, Si, St> where
Si: Sink + Unpin + 'a,
St: Stream + Unpin + 'a,
Si::SinkItem: Debug,
[src]
[+]
impl<'a, Si: Debug + ?Sized, St: Debug + ?Sized> Debug for SendAll<'a, Si, St> where
Si: Sink + Unpin + 'a,
St: Stream + Unpin + 'a,
Si::SinkItem: Debug,
impl<Si: ?Sized, St: ?Sized, '_> Unpin for SendAll<'_, Si, St> where
Si: Sink + Unpin,
St: Stream + Unpin,
[src]
impl<Si: ?Sized, St: ?Sized, '_> Unpin for SendAll<'_, Si, St> where
Si: Sink + Unpin,
St: Stream + Unpin,
impl<Si: ?Sized, St: ?Sized, '_> Future for SendAll<'_, Si, St> where
Si: Sink + Unpin,
St: Stream<Item = Si::SinkItem> + Unpin,
[src]
[+]
impl<Si: ?Sized, St: ?Sized, '_> Future for SendAll<'_, Si, St> where
Si: Sink + Unpin,
St: Stream<Item = Si::SinkItem> + Unpin,