Trait gfx_solana_utils::ApplyDecimal [−][src]
pub trait ApplyDecimal {
fn apply<N: AsPrimitive<f64>>(self, amount: N) -> u64;
fn unapply<N: AsPrimitive<u64>>(self, amount: N) -> f64;
}
pub trait ApplyDecimal {
fn apply<N: AsPrimitive<f64>>(self, amount: N) -> u64;
fn unapply<N: AsPrimitive<u64>>(self, amount: N) -> f64;
}