Struct gimli::read::ArangeHeaderIter
source · pub struct ArangeHeaderIter<R: Reader> { /* private fields */ }
Expand description
An iterator over the headers of a .debug_aranges
section.
Implementations§
source§impl<R: Reader> ArangeHeaderIter<R>
impl<R: Reader> ArangeHeaderIter<R>
sourcepub fn next(&mut self) -> Result<Option<ArangeHeader<R>>>
pub fn next(&mut self) -> Result<Option<ArangeHeader<R>>>
Advance the iterator to the next header.