Method lrs::group::Information::from_group_id

Retrieves group info of the group with a certain id.

Syntax

impl Information {
    fn from_group_id(id: u32) -> Result<Information, Errno>
}

Arguments

NameDescription
id

The group id.