Type Definition dimensioned::unit_systems::ucum::Unitless[][src]

type Unitless<V> = UCUM<V, Unitless>;

Trait Implementations

impl<ValueIn, ValueOut> Map<ValueOut> for Unitless<ValueIn>
[src]

The type to which the input is mapped

Perform the map

impl<Value> Dimensionless for Unitless<Value>
[src]

Important traits for &'a mut R

Extract the value from a quantity with no units. As there are no units to ignore, it is dimensionally safe. Read more