[][src]Trait fts_units::si_system::SIRatios

pub trait SIRatios {
    type Length: Ratio;
    type Mass: Ratio;
    type Time: Ratio;
}

Helper to faciliate generic operations on SIRatiosT<L,M,T>.

Associated Types

type Length: Ratio

type Mass: Ratio

type Time: Ratio

Loading content...

Implementors

impl<L, M, T> SIRatios for SIRatiosT<L, M, T> where
    L: Ratio,
    M: Ratio,
    T: Ratio
[src]

type Length = L

type Mass = M

type Time = T

Loading content...