queries!() { /* proc-macro */ }Expand description
Generates an implementation of the Plugin::queries() trait function using
all previously-expanded #[query] attribute macros. Due to Rust’s macro
expansion ordering, all #[query] functions must come before this macro
to ensure they are seen and added.