Searched refs:BAD_FORMAT (Results 1 – 2 of 2) sorted by relevance
16 use super::{BAD_FORMAT, INVALID, NOT_ENOUGH, OUT_OF_RANGE, TOO_LONG, TOO_SHORT};445 return Err((s, BAD_FORMAT)); in parse_internal()
387 const BAD_FORMAT: ParseError = ParseError(ParseErrorKind::BadFormat); constant