Searched defs:ParseBigIntError (Results 1 – 3 of 3) sorted by relevance
140 pub struct ParseBigIntError { struct150 impl ParseBigIntError { implementation172 impl fmt::Display for ParseBigIntError { implementation179 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
39 fn from_str(s: &str) -> Result<BigUint, ParseBigIntError> { in from_str() argument223 fn from_str_radix(s: &str, radix: u32) -> Result<BigUint, ParseBigIntError> { in from_str_radix() argument