Traitsยง
- Arbitrary
Quantity - Trait that implements conversion of an arbitrary quantity into another
- Fixed
Quantity - Trait that implements conversion of a quantity within a given unit type (e.g. m->cm, kg->g)
- Fixed
Slice Quantity - 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)