pub struct PosixCategory;
Expand description

Posix error category, suitable for all environments.

In presence of OS, it means it identifies POSIX error codes.

Trait Implementations

Category’s name, used in formatting to identify type of error code.

Returns the explanatory text for the code.

Converts error from category into own category.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts error from category into own category.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.