Modulesยง
- repr_
bitpacked ๐ - This is a densely packed error representation which is used on targets with 64-bit pointers.
Macrosยง
- const_
error Experimental - Creates a new I/O error from a known kind of error and a string literal.
Structsยง
- Custom ๐
- Error
- The error type for I/O operations of the
Read
,Write
,Seek
, and associated traits. - Simple
Message ๐ปExperimental
Enumsยง
Functionsยง
Type Aliasesยง
- Result
- A specialized
Result
type for I/O operations. - RawOs
Error Experimental - The type of raw OS error codes returned by
Error::raw_os_error
.