Type Alias goblin::pe::import::ImportLookupTable

source ·
pub type ImportLookupTable<'a> = Vec<SyntheticImportLookupTableEntry<'a>>;

Aliased Type§

struct ImportLookupTable<'a> { /* private fields */ }