[−][src]Trait cjdns_snode::pathsearch::numtraits::IntoOrd
Helper trait, providing total ordering for non-Ord
types,
such as f64
, given its value is finite (i.e. not NaN
, Infinity
etc.)
Associated Types
type Output
Some substitute Ord
type which can be used instead of Self
for ordering purposes.
Only should be used for comparisons, its value itself is meaningless.