Type Alias PartialOrdFnTyped

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

Function to compare two values and return their ordering if comparable