Skip to main content

plugin_loader

Function plugin_loader 

Source
pub fn plugin_loader() -> PluginLoader
Expand description

Returns a PluginLoader pre-bound to the host vtable from host_vtable.

The loader hands every plug-in cdylib the live-node vtable so order stateful callbacks route through live adapters instead of returning NotImplemented.