Expand description
Generic error types used throughout the crate.
Structs§
- Conversion
Error - General error type for fallible constructors.
- NoDetails
- Marker type used as the generic argument of
ConversionErrorto denote that there are no error details. - Reunite
Error - Error type of
.reunite()on splittable stream types, indicating that the two halves belong to different streams.
Type Aliases§
- From
FdError - Error type of
TryFrom<OwnedFd>conversions. - Reunite
Result - Result type of
.reunite()on splittable stream types.