Method lrs::group::Information::from_group_name

Retrieves group info of the group with a certain name.

Syntax

impl Information {
    fn from_group_name<S>(name: S) -> Result<Information, Errno>
        where S: AsByteStr,
}

Arguments

NameDescription
name

The group name.