Module chrono_utils::parser::error [] [src]

Structs

ParseError

An error from the parse_* functions.

Enums

ParseErrorKind

Error kind of parsing.

Type Definitions

ParseResult

Same to Result<T, ParseError>.