Type Alias QuantityRaw

Source
pub type QuantityRaw = u128;

Trait Implementations§

Source§

impl From<&Quantity> for QuantityRaw

Source§

fn from(value: &Quantity) -> Self

Converts to this type from the input type.
Source§

impl From<Quantity> for QuantityRaw

Source§

fn from(value: Quantity) -> Self

Converts to this type from the input type.