Module traits

Module traits 

Source

Traitsยง

ArbitraryQuantity
Trait that implements conversion of an arbitrary quantity into another
FixedQuantity
Trait that implements conversion of a quantity within a given unit type (e.g. m->cm, kg->g)
FixedSliceQuantity
Trait that implements conversion of a slice quantity within a given unit type (e.g. m->cm, kg->g)
Unit
Trait to define a type of unit (e.g. LengthUnit,MassUnit)