Type Alias Tags

Source
pub type Tags = BTreeMap<TagName, TagInfo>;
Expand description

Map of tag names to tag info.

Aliased Typeยง

struct Tags { /* private fields */ }