query_as!() { /* proc-macro */ }
A variant of query! which takes a path to an explicitly defined struct as the output type.
This lets you return the struct from a function or add your own trait implementations.