pub type BoxedSorterFn = Box<dyn Sorter + Send + Sync>;
Type alias for a boxed sorter function.
struct BoxedSorterFn(/* private fields */);