Reads the next group.
impl<'a> InfoIter<'a> {
fn next(&mut self, buf: &'b mut [u8]) -> Option<Info<'b>>
}| Name | Description |
|---|---|
| buf | Scratch space for the iterator. |
The same buffer must be used for each call to next, otherwise the function can abort, return errors, or return nonsense results.