Module error

Source
Expand description

Generic error types used throughout the crate.

Structs§

ConversionError
General error type for fallible constructors.
NoDetails
Marker type used as the generic argument of ConversionError to denote that there are no error details.
ReuniteError
Error type of .reunite() on splittable stream types, indicating that the two halves belong to different streams.

Type Aliases§

FromFdError
Error type of TryFrom<OwnedFd> conversions.
ReuniteResult
Result type of .reunite() on splittable stream types.