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

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

Same as Result<T, ParseError>.