pub type AnnotationStore<ObjKey, Annotation, SubValue> = Category<ObjKey, BTreeMap<AnnotationKey, SubValue>, AnnotationKey, Annotation>;Expand description
Store type for annotation mappings.
Aliased Typeยง
pub struct AnnotationStore<ObjKey, Annotation, SubValue> { /* private fields */ }