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;
formatting
pub use indeterminate_offset::IndeterminateOffset;
local-offset
pub use invalid_format_description::InvalidFormatDescription;
( formatting
orparsing
) andalloc
pub use invalid_variant::InvalidVariant;
pub use parse::Parse;
parsing
pub use parse_from_description::ParseFromDescription;
parsing
pub use try_from_parsed::TryFromParsed;
parsing
Modulesยง
- component_
range ๐Component range error - conversion_
range ๐Conversion range error - different_
variant ๐Different variant error - Error formatting a struct
- Indeterminate offset
- Invalid format description
- invalid_
variant ๐Invalid variant error - Error that occurred at some stage of parsing
- Error parsing an input into a
Parsed
struct - Error converting a
Parsed
struct to another type
Enumsยง
- A unified error type for anything returned by a method in the time crate.