Trait ToBigUint

trait ToBigUint

A generic trait for converting a value to a BigUint.

Required Methods

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

Converts the value of self to a BigUint.

Implementors