Searched defs:ParseBigIntError (Results 1 – 3 of 3) sorted by relevance
141 pub struct ParseBigIntError { struct151 impl ParseBigIntError { argument173 impl fmt::Display for ParseBigIntError { implementation180 impl Error for ParseBigIntError { implementation
19 fn from_str(s: &str) -> Result<BigInt, ParseBigIntError> { in from_str() argument29 fn from_str_radix(mut s: &str, radix: u32) -> Result<BigInt, ParseBigIntError> { in from_str_radix() argument
36 fn from_str(s: &str) -> Result<BigUint, ParseBigIntError> { in from_str() argument214 fn from_str_radix(s: &str, radix: u32) -> Result<BigUint, ParseBigIntError> { in from_str_radix() argument