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
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.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
Converts error from category into own category.
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.