macro_rules! register_output_plugin {
($struct:ident, $($key:ident = $value:expr),* $(,)?) => { ... };
($struct:ident, $($key:ident),* $(,)?) => { ... };
($struct:ident) => { ... };
}Available on crate feature
output only.