pub type CoffBigSectionIterator<'data, 'file, R = &'data [u8]> = CoffSectionIterator<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

An iterator over the sections of a CoffBigFile.

Aliased Type§

struct CoffBigSectionIterator<'data, 'file, R = &'data [u8]> { /* private fields */ }