Type Alias const_decimal::Int128_18

source ·
pub type Int128_18 = Decimal<i128, 18>;

Aliased Type§

struct Int128_18(pub i128);

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.