Struct futures::stream::ReuniteError [−][src]
pub struct ReuniteError<T, Item>(pub SplitSink<T, Item>, 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 reunited.
Trait Implementations
Auto Trait Implementations
impl<T, Item> !RefUnwindSafe for ReuniteError<T, Item>impl<T, Item> Send for ReuniteError<T, Item> where
Item: Send,
T: Send, impl<T, Item> Sync for ReuniteError<T, Item> where
Item: Sync,
T: Send, impl<T, Item> Unpin for ReuniteError<T, Item>impl<T, Item> !UnwindSafe for ReuniteError<T, Item>