Type Alias ruma::events::tag::Tags

source ·
pub type Tags = BTreeMap<TagName, TagInfo>;
Available on crate feature events only.
Expand description

Map of tag names to tag info.

Aliased Type§

struct Tags { /* private fields */ }