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

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

Required methods

fn convert<RL, RT>(self) -> Acceleration<Self::AmountType, RL, RT> where
    RL: Ratio,
    RT: Ratio,
    Self::AmountType: Amount

Loading content...

Implementors

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

Loading content...