Type Alias elflib::SectionHeadersIter

source ·
pub type SectionHeadersIter<'a> = ElfRecordsTableIter<'a, SectionHeaderRef<'a>>;

Aliased Type§

struct SectionHeadersIter<'a> { /* private fields */ }