[][src]Type Definition decorum::Total

type Total<T> = ConstrainedFloat<T, UnitConstraint<T>>;

Floating-point representation with total ordering.

Trait Implementations

impl<T> Debug for Total<T> where
    T: Debug + Float + Primitive
[src]

impl<T> From<ConstrainedFloat<T, FiniteConstraint<T>>> for Total<T> where
    T: Float + Primitive
[src]

impl<T> From<ConstrainedFloat<T, NotNanConstraint<T>>> for Total<T> where
    T: Float + Primitive
[src]