macro_rules! log_debug { ($topic:expr, $($key:ident=$value:expr),+ $(,)?) => { ... }; ($topic:expr, $struct:expr) => { ... }; }