Skip to main content

GroupFn

Type Alias GroupFn 

Source
pub(crate) type GroupFn = dyn Fn(&Object, &Object) -> bool;
Expand description

A function to determine if an item should be grouped with another contiguous item.

This function MUST always return true when used with any two items in the same group.