pub type LabelStore<ObjKey, Label> = Category<ObjKey, BTreeSet<LabelKey>, LabelKey, Label>;
Store type for label sets.
pub struct LabelStore<ObjKey, Label> { /* private fields */ }