Struct gimli::read::DebugInfoUnitHeadersIter
source · pub struct DebugInfoUnitHeadersIter<R: Reader> { /* private fields */ }
Expand description
An iterator over the units of a .debug_info section.
See the documentation on
DebugInfo::units
for more detail.
Implementations§
source§impl<R: Reader> DebugInfoUnitHeadersIter<R>
impl<R: Reader> DebugInfoUnitHeadersIter<R>
sourcepub fn next(&mut self) -> Result<Option<UnitHeader<R>>>
pub fn next(&mut self) -> Result<Option<UnitHeader<R>>>
Advance the iterator to the next unit header.