Struct futures::stream::ReuniteError [−][src]
pub struct ReuniteError<T>(pub SplitSink<T>, pub SplitStream<T>)
where
T: Sink;
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,
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<T> Error for ReuniteError<T> where
T: Any + Sink,
[src]
impl<T> Error for ReuniteError<T> where
T: Any + Sink,
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl<T> Debug for ReuniteError<T> where
T: Sink,
[src]
impl<T> Debug for ReuniteError<T> where
T: Sink,