FunctionCompilerTable

Type Alias FunctionCompilerTable 

Source
pub type FunctionCompilerTable = HashMap<u64, Box<dyn NativeFunctionCompiler>>;

Aliased Typeยง

pub struct FunctionCompilerTable { /* private fields */ }