Function users::get_group_by_gid [] [src]

pub fn get_group_by_gid(gid: gid_t) -> Option<Group>

Searches for a Group with the given ID in the system’s group database. Returns it if one is found, otherwise returns None.