pub fn which_scoped_groups(scope: &String) -> Vec<String>Expand description
Returns a list of all known groups in scope scope
scope- The scope to retrieve the groups from
Returns a Vec<GroupName> representing all the registered group names
in scope