pub trait NativeFunctionCompiler { // Required method fn compile(&self, arguments: &Vec<Value>) -> MResult<Box<dyn MechFunction>>; }