Type Definition object::read::elf::ElfSectionIterator64[][src]

type ElfSectionIterator64<'data, 'file, Endian = Endianness, R = &'data [u8]> = ElfSectionIterator<'data, 'file, FileHeader64<Endian>, R>;
Expand description

An iterator over the sections of an ElfFile64.