pub type PeFunctionIterator<'s> = Empty<Result<Function<'s>, PeError>>;
Expand description

An iterator over functions in a PE file.