Struct futures::stream::ReuniteError [−][src]
pub struct ReuniteError<T>(pub SplitSink<T>, pub SplitStream<T>);
Expand description
Error indicating a SplitSink<S>
and SplitStream<S>
were not two halves
of a Stream + Split
, and thus could not be reunite
d.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for ReuniteError<T>
impl<T> Send for ReuniteError<T> where
T: Send,
impl<T> Sync for ReuniteError<T> where
T: Send,
impl<T> Unpin for ReuniteError<T>
impl<T> !UnwindSafe for ReuniteError<T>