Trait num::bigint::ToBigInt
[−]
[src]
pub trait ToBigInt { fn to_bigint(&self) -> Option<BigInt>; }
A generic trait for converting a value to a BigInt
.
pub trait ToBigInt { fn to_bigint(&self) -> Option<BigInt>; }
A generic trait for converting a value to a BigInt
.