Struct futures_util::stream::SplitSink [−][src]
A Sink
part of the split pair
Implementations
impl<S: Sink<Item> + Unpin, Item> SplitSink<S, Item>
[src][−]
pub fn reunite(self, other: SplitStream<S>) -> Result<S, ReuniteError<S, Item>>
[src][−]
Attempts to put the two “halves” of a split Stream + Sink
back
together. Succeeds only if the SplitStream<S>
and SplitSink<S>
are
a matching pair originating from the same call to StreamExt::split
.
Trait Implementations
impl<S: Debug, Item: Debug> Debug for SplitSink<S, Item>
[src][+]
impl<S: Sink<Item>, Item> Sink<Item> for SplitSink<S, Item>
[src][+]
impl<S, Item> Unpin for SplitSink<S, Item>
[src]
Auto Trait Implementations
impl<S, Item> !RefUnwindSafe for SplitSink<S, Item>
impl<S, Item> Send for SplitSink<S, Item> where
Item: Send,
S: Send,
Item: Send,
S: Send,
impl<S, Item> Sync for SplitSink<S, Item> where
Item: Sync,
S: Send,
Item: Sync,
S: Send,
impl<S, Item> !UnwindSafe for SplitSink<S, Item>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, Item> SinkExt<Item> for T where
T: Sink<Item> + ?Sized,
[src][+]
T: Sink<Item> + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,