OrdFunc

Type Alias OrdFunc 

Source
pub type OrdFunc<'a, K> = &'a dyn Fn(&K, &K) -> Ordering;