pub type ReuniteError = ReuniteError<RecvHalf, SendHalf>;Expand description
ReuniteError for Stream.
Aliased Type§
pub struct ReuniteError {
pub rh: RecvHalf,
pub sh: SendHalf,
}Fields§
§rh: RecvHalfOwnership of the receive half.
sh: SendHalfOwnership of the send half.