[][src]Type Definition fts_units::si_system::quantities::Length

type Length<T, R> = QuantityT<T, Length<R>>;

Trait Implementations

impl<T, R> Length for Length<T, R> where
    T: Amount + NumCast + Mul<T, Output = T> + Div<T, Output = T>,
    R: Ratio + Copy
[src]