Trait num_bigint_dig::IntoBigUint [−][src]
A generic trait for converting a value to a BigUint, and consuming the value.
Required methods
fn into_biguint(self) -> Option<BigUint>[src]
Converts the value of self to a BigUint.