Type Alias UInt64

Source
pub type UInt64 = Number<u64>;

Aliased Type§

pub struct UInt64(pub u64);

Tuple Fields§

§0: u64

Implementations§

Source§

impl UInt64

Source

pub const fn as_u64(&self) -> u64

Trait Implementations§

Source§

impl FailableToInputs for UInt64

Source§

fn to_input(&self, inputs: &mut Inputs) -> Result<(), InvalidBigInt>