Module errno

Source
Expand description

Structures, helpers, and type definitions for working with errno.

Structs§

Error
Wrapper over errno.

Functions§

errno_result
Returns the last errno as a Result that is always an error.

Type Aliases§

Result
A specialized Result type for operations that can return errno.