Struct tokio::net::tcp::ReuniteError [−][src]
pub struct ReuniteError(pub OwnedReadHalf, pub OwnedWriteHalf);
Error indicating that two halves were not from the same socket, and thus could not be reunited.
pub struct ReuniteError(pub OwnedReadHalf, pub OwnedWriteHalf);
Error indicating that two halves were not from the same socket, and thus could not be reunited.
impl !RefUnwindSafe for ReuniteError
impl Send for ReuniteError
impl Sync for ReuniteError
impl Unpin for ReuniteError
impl !UnwindSafe for ReuniteError