macro_rules! export_plugin {
($pl:expr) => { ... };
}Expand description
Macro to export a Janus plugin instance from this module.
macro_rules! export_plugin {
($pl:expr) => { ... };
}Macro to export a Janus plugin instance from this module.