Module error

Source
Expand description

Error types for this crate.

Structs§

DosDateTimeRangeError
The error type indicating that MS-DOS date and time was out of range.
FileTimeRangeError
The error type indicating that a FileTime was out of range.
ParseFileTimeError
An error which can be returned when parsing a FileTime.

Enums§

DosDateTimeRangeErrorKind
Details of the error that caused a DosDateTimeRangeError.
FileTimeRangeErrorKind
Details of the error that caused a FileTimeRangeError.