Skip to main content

LabelStore

Type Alias LabelStore 

Source
pub type LabelStore<ObjKey, Label> = Category<ObjKey, BTreeSet<LabelKey>, LabelKey, Label>;
Expand description

Store type for label sets.

Aliased Typeยง

pub struct LabelStore<ObjKey, Label> { /* private fields */ }