Type Alias PartialOrdFnTyped

Source
pub type PartialOrdFnTyped<T> = fn(left: &T, right: &T) -> Option<Ordering>;
Expand description

Function to compare two values and return their ordering if comparable