Traits§
Functions§
- bytes_
as_ os_ str - errno_
io_ error - Get the last error from C runtime library functions (like _dup, _dup2, _fstat, etc.) CRT functions set errno, not GetLastError(), so we need to read errno directly.
- errno_
to_ winerror - exit_
code - Convert exit code to std::process::ExitCode
- get_
errno - set_
errno - Set errno to the specified value.
- winerror_
to_ errno