Struct gimli::read::RawRngListIter
source · pub struct RawRngListIter<R: Reader> { /* private fields */ }
Expand description
A raw iterator over an address range list.
This iterator does not perform any processing of the range entries, such as handling base addresses.
Implementations§
source§impl<R: Reader> RawRngListIter<R>
impl<R: Reader> RawRngListIter<R>
sourcepub fn next(&mut self) -> Result<Option<RawRngListEntry<R::Offset>>>
pub fn next(&mut self) -> Result<Option<RawRngListEntry<R::Offset>>>
Advance the iterator to the next range.