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

type Area<T, R> = QuantityT<T, SIUnitsT<SIRatiosT<R, Zero, Zero>, SIExponentsT<P2, Z0, Z0>>>;

Trait Implementations

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