Crate rust_query_macros

Source

Attribute Macros§

schema
Use this macro to define your schema.

Derive Macros§

FromExpr
Use in combination with #[rust_query(From = Thing)] to specify which tables this struct should implement FromExpr for.
Select
Derive Select to create a new *Select struct.