Skip to main content

Number

Type Alias Number 

Source
pub type Number = Number;

Aliased Type§

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

Trait Implementations§

Source§

impl From<SerdeNumber> for Number

Source§

fn from(value: SerdeNumber) -> Self

Converts to this type from the input type.