SystemPluginFnType

Type Alias SystemPluginFnType 

Source
pub type SystemPluginFnType<T> = fn(&mut T, &mut Machine) -> ReturnCode;