[−][src]Struct futures_util::stream::SplitStream
A Stream
part of the split pair
Methods
impl<S: Sink + Unpin> SplitStream<S>
[src]
[−]
impl<S: Sink + Unpin> SplitStream<S>
pub fn reunite(self, other: SplitSink<S>) -> Result<S, ReuniteError<S>>
[src]
[−]
pub fn reunite(self, other: SplitSink<S>) -> Result<S, ReuniteError<S>>
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
impl<S: Debug> Debug for SplitStream<S>
[src]
[+]
impl<S: Debug> Debug for SplitStream<S>
impl<S> Unpin for SplitStream<S>
[src]
impl<S> Unpin for SplitStream<S>
impl<S: Stream> Stream for SplitStream<S>
[src]
[+]
impl<S: Stream> Stream for SplitStream<S>
Auto Trait Implementations
impl<S> Send for SplitStream<S> where
S: Send,
impl<S> Send for SplitStream<S> where
S: Send,
impl<S> Sync for SplitStream<S> where
S: Send,
impl<S> Sync for SplitStream<S> where
S: Send,