[][src]Crate salsa_macros

This crate provides salsa's macros and attributes.

Attribute Macros

query_group

The decorator that defines a salsa "query group" trait. This is a trait that defines everything that a block of queries need to execute, as well as defining the queries themselves that are exported for others to use.