Type Alias Int32

Source
pub type Int32 = Number<i32>;

Aliased Type§

pub struct Int32(pub i32);

Tuple Fields§

§0: i32

Implementations§

Source§

impl Int32

Source

pub const fn as_u32(&self) -> u32

Trait Implementations§

Source§

impl FailableToInputs for Int32

Source§

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