Macro janus_plugin::build_plugin [] [src]

macro_rules! build_plugin {
    ($md:expr, $($cb:ident),*) => { ... };
}

Helper macro to produce a Janus plugin instance. Should be called with a PluginMetadata instance and a series of exported plugin event handlers.