Skip to main content

export_plugin

Macro export_plugin 

Source
macro_rules! export_plugin {
    ($ty:ty) => { ... };
}
Expand description

Exports a Plugin implementation as this cdylib’s nylon-ring entry point. Use exactly once per plugin crate; see the module docs for a complete example.