Type Alias zingen::Imports

source ·
pub type Imports = Vec<Func>;
Expand description

Imported functions. pub type Imports = IndexMap<u32, Func>;

Aliased Type§

struct Imports { /* private fields */ }