Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dlib.rs188 pub struct TryFromBigIntError<T> { struct
193 impl<T> TryFromBigIntError<T> { implementation
210 impl<T> std::error::Error for TryFromBigIntError<T> implementation
220 impl<T> fmt::Display for TryFromBigIntError<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dconvert.rs321 fn try_from(value: &BigInt) -> Result<BigUint, TryFromBigIntError<()>> { in try_from() argument