pub type GroupsMap = HashMap<GroupUuid, Group>;
A type alias for a map with groups.
struct GroupsMap { /* private fields */ }