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 ReuniteErrorimpl Send for ReuniteErrorimpl Sync for ReuniteErrorimpl Unpin for ReuniteErrorimpl !UnwindSafe for ReuniteError