[][src]Trait fts_units::si_system::SIUnits

pub trait SIUnits {
    type Ratios: SIRatios;
    type Exponents: SIExponents;
}

Helper to faciliate generic operations on SIUnitsT<R,E>.

Associated Types

Loading content...

Implementors

impl<R, E> SIUnits for SIUnitsT<R, E> where
    R: SIRatios,
    E: SIExponents
[src]

type Ratios = R

type Exponents = E

Loading content...