Home
last modified time | relevance | path

Searched defs:TryFromBigIntError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/num-bigint/src/
Dlib.rs189 pub struct TryFromBigIntError<T> { struct
194 impl<T> TryFromBigIntError<T> { argument
214 impl<T> std::error::Error for TryFromBigIntError<T> implementation
224 impl<T> fmt::Display for TryFromBigIntError<T> { implementation
/external/rust/crates/num-bigint/src/bigint/
Dconvert.rs321 fn try_from(value: &BigInt) -> Result<BigUint, TryFromBigIntError<()>> { in try_from() argument