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