Type Definition decorum::NotNan [] [src]

type NotNan<T> = ConstrainedFloat<T, NotNanConstraint<T>>;

An ordered and canonicalized floating-point value that cannot be NaN.

Trait Implementations

impl<T> From<Finite<T>> for NotNan<T> where
    T: Float + Primitive, 
[src]

[src]

Performs the conversion.