query

Macro query 

Source
query!() { /* proc-macro */ }
Expand description

Statically checked SQL query, similarly to sqlx::query!.

This expands to an instance of query::Map that outputs an ad-hoc anonymous struct type.