pub type OrderingGlobalFn = Arc<dyn Fn(ClusterCandidate<'_>, ClusterCandidate<'_>) -> Ordering + Send + Sync>;
Expand description

A function type which orders visiting clusters based on their estimated size.

Aliased Type§

struct OrderingGlobalFn { /* private fields */ }