1 2 3 4 5 6
use crate::impl_from_uint_for; use super::Ex3Uint; use num_bigint::BigUint; impl_from_uint_for!(Ex3Uint, u8, u16, u32, u64, u128, usize);