Skip to main content

PluginInitFn

Type Alias PluginInitFn 

Source
pub type PluginInitFn = unsafe extern "C" fn(host: *const HostVTable) -> *const PluginManifest;
Expand description

Signature of the single extern "C" entry symbol every plug-in exports under the name crate::NAUTILUS_PLUGIN_INIT_SYMBOL.