Type Definition ParseResult
chrono::format
type ParseResult<T> = Result<T, ParseError>;
Same as Result<T, ParseError>.
Result<T, ParseError>