FunctionCompilerTable

Type Alias FunctionCompilerTable 

Source
pub type FunctionCompilerTable = HashMap<u64, &'static dyn NativeFunctionCompiler>;

Aliased Typeยง

pub struct FunctionCompilerTable { /* private fields */ }