macro_rules! export_eventhandler {
($evh:expr) => { ... };
}Expand description
Macro to export a Janus event handler instance from this module.
macro_rules! export_eventhandler {
($evh:expr) => { ... };
}Macro to export a Janus event handler instance from this module.