Searched defs:ParseErrorWithoutLoc (Results 1 – 2 of 2) sorted by relevance
84 struct ParseErrorWithoutLoc(ParseErrorWithoutLocInner); struct86 impl From<TokenizerError> for ParseErrorWithoutLoc { implementation92 impl From<FromBase64Error> for ParseErrorWithoutLoc { implementation98 impl From<ParseIntError> for ParseErrorWithoutLoc { implementation104 impl From<ParseFloatError> for ParseErrorWithoutLoc { implementation110 impl From<rfc_3339::Rfc3339ParseError> for ParseErrorWithoutLoc { implementation148 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument162 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument176 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument190 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument[all …]
20 pub enum ParseErrorWithoutLoc { enum39 impl From<int::Overflow> for ParseErrorWithoutLoc { implementation