Trait metron::convert::IntoMeasure[][src]

pub trait IntoMeasure {
    type Num;
    type Unit: Unit;
    fn into_measure(self) -> Measure<Self::Num, Self::Unit>;
}
Expand description

Associated Types

Required methods

Implementations on Foreign Types

Implementors