[][src]Trait forest_bigint::ToBigUint

pub trait ToBigUint {
    fn to_biguint(&self) -> Option<BigUint>;
}

A generic trait for converting a value to a BigUint.

Required methods

fn to_biguint(&self) -> Option<BigUint>

Converts the value of self to a BigUint.

Loading content...

Implementations on Foreign Types

impl ToBigUint for u16[src]

impl ToBigUint for isize[src]

impl ToBigUint for u8[src]

impl ToBigUint for i64[src]

impl ToBigUint for u128[src]

impl ToBigUint for usize[src]

impl ToBigUint for i128[src]

impl ToBigUint for u64[src]

impl ToBigUint for i8[src]

impl ToBigUint for f32[src]

impl ToBigUint for i16[src]

impl ToBigUint for u32[src]

impl ToBigUint for f64[src]

impl ToBigUint for i32[src]

Loading content...

Implementors

impl ToBigUint for BigInt[src]

impl ToBigUint for BigUint[src]

Loading content...