Type Definition coprocessor_plugin_api::util::PluginConstructorSignature [−][src]
type PluginConstructorSignature = unsafe fn(host_allocator: HostAllocatorPtr) -> *mut dyn CoprocessorPlugin;
Type signature of the exported function with symbol PLUGIN_CONSTRUCTOR_SYMBOL
.