Trait num_bigint::ToBigUint [−][src]
pub trait ToBigUint {
fn to_biguint(&self) -> Option<BigUint>;
}Expand description
A generic trait for converting a value to a BigUint.
Required methods
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
[src]Converts the value of self to a BigUint.