Struct futures::io::ReuniteError [−][src]
Error indicating a ReadHalf<T>
and WriteHalf<T>
were not two halves
of a AsyncRead + AsyncWrite
, and thus could not be reunite
d.
Trait Implementations
impl<T> Debug for ReuniteError<T>
[src]
impl<T> Debug for ReuniteError<T>
[src]impl<T> Display for ReuniteError<T>
[src]
impl<T> Display for ReuniteError<T>
[src]Auto Trait Implementations
impl<T> !RefUnwindSafe for ReuniteError<T>
impl<T> Send for ReuniteError<T> where
T: Send,
T: Send,
impl<T> Sync for ReuniteError<T> where
T: Send,
T: Send,