macro_rules! query_as { ($out_struct:path, $query:expr) => { ... }; ($out_struct:path, $query:expr, $($args:tt)*) => { ... }; }
macros