Type Alias interprocess::local_socket::tokio::ReuniteError

source ·
pub type ReuniteError = ReuniteError<RecvHalf, SendHalf>;
Available on crate feature tokio only.
Expand description

Aliased Type§

struct ReuniteError {
    pub rh: RecvHalf,
    pub sh: SendHalf,
}

Fields§

§rh: RecvHalf

Ownership of the receive half.

§sh: SendHalf

Ownership of the send half.