export_stateful_plugin

Macro export_stateful_plugin 

Source
macro_rules! export_stateful_plugin {
    ($plugin_struct:path) => { ... };
}
Expand description

Automatically implements create_plugin for a given structure that has fields.

This macro expects the structure to have fields and also implement a default() method.