[−][src]Struct futures_util::stream::ReuniteError
pub struct ReuniteError<T: Sink>(pub SplitSink<T>, pub SplitStream<T>);
Error indicating a SplitSink<S> and SplitStream<S> were not two halves
of a Stream + Split, and thus could not be reunited.
Trait Implementations
impl<T: Sink> Debug for ReuniteError<T>[src]
impl<T: Sink> Debug for ReuniteError<T>fn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Sink> Display for ReuniteError<T>[src]
impl<T: Sink> Display for ReuniteError<T>fn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Any + Sink> Error for ReuniteError<T>[src]
impl<T: Any + Sink> Error for ReuniteError<T>