pub type PeFileIterator<'s> = Empty<Result<FileEntry<'s>, PeError>>;
Expand description

An iterator over source files in a PE file.