Module time::error

source ·
Expand description

Various error types returned by methods in the time crate.

Modules

Structs

  • An error type indicating that a component provided to a method was out of range, causing a failure.
  • An error type indicating that a conversion failed because the target type could not store the initial value.
  • An error type indicating that a TryFrom call failed because the original value was of a different variant.
  • An error type indicating that a FromStr call failed because the value was not a valid variant.

Enums