trait ToBigUint {
// Required method
fn to_biguint(&self) -> BigUint;
}Expand description
Converts types to a BigUint
Required Methods§
Sourcefn to_biguint(&self) -> BigUint
fn to_biguint(&self) -> BigUint
Converts a vector of bits in little endian to a BigUint