Trait users::os::unix::GroupExt [−][src]
Unix-specific extensions for Group
s.
Required methods
fn members(&self) -> &[OsString]
[src]
Returns a slice of the list of users that are in this group as their non-primary group.
fn add_member<S: AsRef<OsStr> + ?Sized>(self, name: &S) -> Self
[src]
Adds a new member to this group.