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