macro_rules! orbis_plugin {
(
init: $init:expr,
cleanup: $cleanup:expr $(,)?
) => { ... };
(init: $init:expr $(,)?) => { ... };
() => { ... };
}macro_rules! orbis_plugin {
(
init: $init:expr,
cleanup: $cleanup:expr $(,)?
) => { ... };
(init: $init:expr $(,)?) => { ... };
() => { ... };
}