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.