Returns an iterator over the groups in /etc/group.
fn iter(error: Option<&'a mut Result<(), Errno>>) -> InformationIter<'a>
| Name | Description |
|---|---|
| error | An optional parameter in which errors that occur during the iteration will be stored. |
If the error value was supplied, it should be inspected after the end of the loop.