Skip to main content

Int

Type Alias Int 

Source
pub type Int = Hex<32>;

Aliased Type§

pub struct Int(/* private fields */);

Trait Implementations§

Source§

impl From<Val> for Int

Source§

fn from(val: Val) -> Self

Converts to this type from the input type.