Home
last modified time | relevance | path

Searched defs:ParseBigIntError (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/num-bigint/src/
Dlib.rs129 pub struct ParseBigIntError { struct
139 impl ParseBigIntError { argument
161 impl fmt::Display for ParseBigIntError { implementation
169 impl std::error::Error for ParseBigIntError { implementation
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dconvert.rs17 fn from_str(s: &str) -> Result<BigInt, ParseBigIntError> { in from_str() argument
27 fn from_str_radix(mut s: &str, radix: u32) -> Result<BigInt, ParseBigIntError> { in from_str_radix() argument
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dconvert.rs37 fn from_str(s: &str) -> Result<BigUint, ParseBigIntError> { in from_str() argument
221 fn from_str_radix(s: &str, radix: u32) -> Result<BigUint, ParseBigIntError> { in from_str_radix() argument