Trait metron_core::unit::scale::exp::ExponentialScaledUnit[][src]

pub trait ExponentialScaledUnit {
    type ExponentialScale;
    type BaseUnit: Unit;
}

Associated Types

Implementors