Function users::get_group_by_name [] [src]

pub fn get_group_by_name(group_name: &str) -> Option<Group>

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