Module error
Various error types returned by methods in the time crate.
Structs
- ComponentRange An error type indicating that a component provided to a method was out of range, causing a failure.
- ConversionRange An error type indicating that a conversion failed because the target type could not store the initial value.
-
DifferentVariant
An error type indicating that a
TryFromcall failed because the original value was of a different variant. -
InvalidVariant
An error type indicating that a
FromStrcall failed because the value was not a valid variant.
Enums
- Error A unified error type for anything returned by a method in the time crate.