MachineFunction

Trait MachineFunction 

Source
pub trait MachineFunction {
    // Required methods
    fn get_name(&self) -> Symbol;
    fn get_fn(&self) -> ExtClsType;
}

Required Methods§

Source

fn get_name(&self) -> Symbol

Source

fn get_fn(&self) -> ExtClsType

Main function that will be called by the machine.

Implementors§