Trait PluginModuleBytes

Source
pub trait PluginModuleBytes {
    // Required methods
    fn get_module_name(&self) -> &str;
    fn compile_module(&self, rt: &dyn Runtime) -> Module;
}

Required Methods§

Source

fn get_module_name(&self) -> &str

Source

fn compile_module(&self, rt: &dyn Runtime) -> Module

Implementors§