Searched defs:TryFromBigIntError (Results 1 – 2 of 2) sorted by relevance
177 pub struct TryFromBigIntError<T> { struct181 impl<T> TryFromBigIntError<T> { implementation199 impl<T> std::error::Error for TryFromBigIntError<T> implementation208 impl<T> fmt::Display for TryFromBigIntError<T> { implementation
315 fn try_from(value: &BigInt) -> Result<BigUint, TryFromBigIntError<()>> { in try_from() argument