macro_rules! declare_plugin {
($plugin_type:ty, $plugin_err_type:ty) => { ... };
}Expand description
Creates the required symbols for a plugin library.
Any plugin library must call this macro exactly once to generate the symbols that are required by the daemon.