pub struct SystemCategory;
Expand description

System error category, suitable for all environments.

On UNIX system it is equivalent of Posix

On Windows it uses winapi error functions

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.