Lines Matching defs:ParseErrorWithoutLoc
84 struct ParseErrorWithoutLoc(ParseErrorWithoutLocInner); struct
86 impl From<TokenizerError> for ParseErrorWithoutLoc { implementation
92 impl From<FromBase64Error> for ParseErrorWithoutLoc { implementation
98 impl From<ParseIntError> for ParseErrorWithoutLoc { implementation
104 impl From<ParseFloatError> for ParseErrorWithoutLoc { implementation
110 impl From<rfc_3339::Rfc3339ParseError> for ParseErrorWithoutLoc { implementation
148 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
162 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
176 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
190 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
204 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
226 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument