// Take a look at the license at the top of the repository in the LICENSE file.
usecrate::{Gid, Group, GroupInner};implGroupInner{pub(crate)fnid(&self)->&Gid{&self.id
}pub(crate)fnname(&self)->&str{&self.name
}}pub(crate)fnget_groups(_: &mutVec<Group>){}