[][src]Type Definition decorum::Total

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

Floating-point representation with total ordering.

Trait Implementations

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

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