macro_rules! create_bool_or_string_serde { ($ident:ident<$bool:literal, $string:literal>) => { ... }; }