Type Definition chrono::format::ParseResult[][src]

type ParseResult<T> = Result<T, ParseError>;

Same as Result<T, ParseError>.