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