mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-12 06:46:28 +00:00
Previously, to "make the connection" between the database type `DB` and the query type `Q`, we were passing down a fn pointer that would crate the query descriptor. But now we have this `GetQueryTable` trait -- use that instead. |
||
---|---|---|
.. | ||
debug.rs | ||
derived.rs | ||
input.rs | ||
lib.rs | ||
plumbing.rs | ||
runtime.rs |