Trait InfallibleToBigUint

Source
pub trait InfallibleToBigUint {
    // Required method
    fn to_biguint(self) -> BigUint;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl InfallibleToBigUint for u8

Source§

impl InfallibleToBigUint for u16

Source§

impl InfallibleToBigUint for u32

Source§

impl InfallibleToBigUint for u64

Source§

impl InfallibleToBigUint for u128

Source§

impl InfallibleToBigUint for usize

Implementors§