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