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; }

Required methods

Implementations on Foreign Types

Implementors