Struct futures_util::stream::ReuniteError [−][src]
pub struct ReuniteError<T, Item>(pub SplitSink<T, Item>, pub SplitStream<T>);
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
impl<T, Item> Debug for ReuniteError<T, Item>
[src]
impl<T, Item> Debug for ReuniteError<T, Item>
[src]impl<T, Item> Display for ReuniteError<T, Item>
[src]
impl<T, Item> Display for ReuniteError<T, Item>
[src]Auto Trait Implementations
impl<T, Item> !RefUnwindSafe for ReuniteError<T, Item>
impl<T, Item> Send for ReuniteError<T, Item> where
Item: Send,
T: Send,
Item: Send,
T: Send,
impl<T, Item> Sync for ReuniteError<T, Item> where
Item: Sync,
T: Send,
Item: Sync,
T: Send,