Struct futures::stream::ReuniteError [−][src]
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> Display for ReuniteError<T> where
T: Sink,
[src]
[+]
impl<T> Display for ReuniteError<T> where
T: Sink,
impl<T> Error for ReuniteError<T> where
T: Any + Sink,
[src]
[+]
impl<T> Error for ReuniteError<T> where
T: Any + Sink,
impl<T> Debug for ReuniteError<T> where
T: Sink,
[src]
[+]
impl<T> Debug for ReuniteError<T> where
T: Sink,