macro_rules! build_eventhandler {
($md:expr, $mask:expr, $($cb:ident),*) => { ... };
}Expand description
Helper macro to produce a Janus event handler instance. Should be called with
a LibraryMetadata instance and a series of exported event handler callbacks.