Trait num_bigint::ToBigUint
[−]
[src]
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
.
Implementors
impl ToBigUint for BigUint
impl ToBigUint for isize
impl ToBigUint for i8
impl ToBigUint for i16
impl ToBigUint for i32
impl ToBigUint for i64
impl ToBigUint for usize
impl ToBigUint for u8
impl ToBigUint for u16
impl ToBigUint for u32
impl ToBigUint for u64
impl ToBigUint for f32
impl ToBigUint for f64
impl ToBigUint for BigInt