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

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

Required methods

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

Loading content...

Implementors

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

Loading content...