pub type BoxedSorterFn = Box<dyn Sorter + Send + Sync>;
Available on non-
target_family="wasm"
only.Expand description
Type alias for a boxed sorter function.
Aliased Typeยง
pub struct BoxedSorterFn(/* private fields */);