[−][src]Trait node_bindgen::core::bigint::ToBigUint
A generic trait for converting a value to a BigUint.
Required methods
pub fn to_biguint(&self) -> Option<BigUint>[src]
Converts the value of self to a BigUint.