Function lrs::group::iter

Returns an iterator over the groups in /etc/group.

Syntax

fn iter(error: Option<&'a mut Result<(), Errno>>) -> InformationIter<'a>

Arguments

NameDescription
error

An optional parameter in which errors that occur during the iteration will be stored.

Remarks

If the error value was supplied, it should be inspected after the end of the loop.