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

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

Same to Result<T, ParseError>.