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

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

Same to Result<T, ParseError>.