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