macro_rules! auto_json_db_single { ($struct:ident) => { ... }; ($struct:ident, $pass:literal) => { ... }; }