Trait metron::convert::FromQuantity[][src]

pub trait FromQuantity<N, Q> where
    Q: Quantity
{ type Output; fn from_quantity(num: N) -> Self::Output; }
Expand description

Measurement conversion from some quantity.

Associated Types

Required methods

Implementors