[][src]Macro kpal_plugin::declare_plugin

macro_rules! declare_plugin {
    ($plugin_type:ty, $plugin_err_type:ty) => { ... };
}

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.