chrono::format::ParseResult
[−]
[src]
type ParseResult<T> = Result<T, ParseError>;
Same to Result<T, ParseError>
.
type ParseResult<T> = Result<T, ParseError>;
Same to Result<T, ParseError>
.