[][src]Trait fts_units::si_system::SIExponents

pub trait SIExponents {
    type Length: Integer;
    type Mass: Integer;
    type Time: Integer;
}

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

Associated Types

Loading content...

Implementors

impl<L, M, T> SIExponents for SIExponentsT<L, M, T> where
    L: Integer,
    M: Integer,
    T: Integer
[src]

type Length = L

type Mass = M

type Time = T

Loading content...