Skip to main content

RustPluginMethodFn

Type Alias RustPluginMethodFn 

Source
pub type RustPluginMethodFn = fn(&mut Host<'_>, GenericValue, &[GenericValue]) -> Result<GenericValue, PluginError>;
Expand description

Signature of a Rust plugin method used with export_module!. The receiver (self) is a separate parameter; args are the remaining arguments only.