[−][src]Struct futures::stream::SplitSink
A Sink
part of the split pair
Methods
impl<S> SplitSink<S>
[src][−]
pub fn reunite(self, other: SplitStream<S>) -> Result<S, ReuniteError<S>>
[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 Stream::split
.
Trait Implementations
Auto Trait Implementations
impl<S> Unpin for SplitSink<S>
impl<S> Send for SplitSink<S> where
S: Send,
S: Send,
impl<S> Sync for SplitSink<S> where
S: Send,
S: Send,
impl<S> !UnwindSafe for SplitSink<S>
impl<S> !RefUnwindSafe for SplitSink<S>
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
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> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,