pub type LoadableHeaders<'a, 'b> = Filter<ProgramIter<'a, 'b>, fn(_: &ProgramHeader<'_>) -> bool>;
Expand description

An iterator over ProgramHeader whose type is LOAD.