pub type Total<T> = ConstrainedFloat<T, UnitConstraint<T>>;
Floating-point representation with total ordering.
Formats the value using the given formatter. Read more
Converts to this type from the input type.