Type Alias ReuniteError

Source
pub type ReuniteError = ReuniteError<RecvHalf, SendHalf>;
Expand description

Aliased Type§

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

Fields§

§rh: RecvHalf

Ownership of the receive half.

§sh: SendHalf

Ownership of the send half.