Module interprocess::error

source ·
Expand description

Generic error types used throughout the crate.

Structs§

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

Type Aliases§