Type Alias ruma_events::tag::Tags

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

Map of tag names to tag info.

Aliased Type§

struct Tags { /* private fields */ }