Expand description
Various error types returned by methods in the time crate.
Re-exportsยง
pub use component_range::ComponentRange;
pub use conversion_range::ConversionRange;
pub use different_variant::DifferentVariant;
pub use format::Format;
pub use indeterminate_offset::IndeterminateOffset;
pub use invalid_format_description::InvalidFormatDescription;
pub use invalid_variant::InvalidVariant;
pub use parse::Parse;
pub use parse_from_description::ParseFromDescription;
pub use try_from_parsed::TryFromParsed;
Modulesยง
- component_
range ๐Component range error - conversion_
range ๐Conversion range error - different_
variant ๐Different variant error - format ๐Error formatting a struct
- indeterminate_
offset ๐Indeterminate offset - Invalid format description
- invalid_
variant ๐Invalid variant error - parse ๐Error that occurred at some stage of parsing
- Error parsing an input into a
Parsed
struct - try_
from_ ๐parsed Error converting aParsed
struct to another type
Enumsยง
- A unified error type for anything returned by a method in the time crate.