[][src]Trait fts_units::si_system::quantities::traits::Area

pub trait Area: Quantity {
    fn convert<R>(self) -> Area<Self::AmountType, R>
    where
        R: Ratio,
        Self::AmountType: Amount
; }

Required methods

fn convert<R>(self) -> Area<Self::AmountType, R> where
    R: Ratio,
    Self::AmountType: Amount

Loading content...

Implementors

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

Loading content...