Searched defs:ParseBigIntError (Results 1 – 3 of 3) sorted by relevance
129 pub struct ParseBigIntError { struct139 impl ParseBigIntError { argument161 impl fmt::Display for ParseBigIntError { implementation169 impl std::error::Error for ParseBigIntError { implementation
17 fn from_str(s: &str) -> Result<BigInt, ParseBigIntError> { in from_str() argument27 fn from_str_radix(mut s: &str, radix: u32) -> Result<BigInt, ParseBigIntError> { in from_str_radix() argument
37 fn from_str(s: &str) -> Result<BigUint, ParseBigIntError> { in from_str() argument221 fn from_str_radix(s: &str, radix: u32) -> Result<BigUint, ParseBigIntError> { in from_str_radix() argument