pub trait ConvertToBigUint {
    // Required method
    fn get_big_uint(&self) -> BigUint;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ConvertToBigUint for u128

Implementors§