Struct tokio::prelude::stream::ReuniteError [−][src]
pub struct ReuniteError<T>(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> Debug for ReuniteError<T>[src]
impl<T> Debug for ReuniteError<T>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> Display for ReuniteError<T>[src]
impl<T> Display for ReuniteError<T>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, [src]
impl<T> Error for ReuniteError<T> where
T: Any, Auto Trait Implementations
impl<T> Send for ReuniteError<T> where
T: Send,
impl<T> Send for ReuniteError<T> where
T: Send, impl<T> Sync for ReuniteError<T> where
T: Send,
impl<T> Sync for ReuniteError<T> where
T: Send,