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

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

Associated Types

Implementors