logo

Type Definition decorum::Total

source · []
pub type Total<T> = ConstrainedFloat<T, UnitConstraint<T>>;
Expand description

Floating-point representation with total ordering.

Trait Implementations

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Converts to this type from the input type.