pub trait MachineFunction {
// Required methods
fn get_name(&self) -> Symbol;
fn get_fn(&self) -> ExtClsType;
}
Required Methods§
fn get_name(&self) -> Symbol
Sourcefn get_fn(&self) -> ExtClsType
fn get_fn(&self) -> ExtClsType
Main function that will be called by the machine.