Type Alias rerun::external::re_types::ComponentNameSet

source ·
pub type ComponentNameSet = BTreeSet<ComponentName>;

Aliased Type§

struct ComponentNameSet {
    map: BTreeMap<ComponentName, SetValZST>,
}

Fields§

§map: BTreeMap<ComponentName, SetValZST>