pub type StdSystemError = Error;
Expand description

System error containing the error code, as a std::io::Error.

Trait Implementations

Create error for the last OS error.
Create error from raw OS error code.