Int128_18

Type Alias Int128_18 

Source
pub type Int128_18 = Decimal<i128, 18>;

Aliased Type§

#[repr(transparent)]
pub struct Int128_18(pub i128);

Tuple Fields§

§0: i128

Trait Implementations§

Source§

impl From<Decimal<i64, 9>> for Int128_18

Source§

fn from(value: Int64_9) -> Self

Converts to this type from the input type.