rustix::process

Function getgroups

Source
pub fn getgroups() -> Result<Vec<Gid>>
Available on crate feature process only.
Expand description

getgroups()—Return a list of the current user’s groups.

§References