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

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

Map of tag names to tag info.

Aliased Type§

struct Tags { /* private fields */ }