Type Alias Groups

Source
pub type Groups = BTreeMap<Group, BTreeSet<URef>>;
Expand description

Collection of named groups.

Aliased Typeยง

struct Groups { /* private fields */ }