mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 05:19:03 +00:00
require databases and ingredients to be static
This commit is contained in:
parent
a1bf3a613f
commit
e1920bdda6
27 changed files with 65 additions and 73 deletions
|
@ -24,7 +24,7 @@ where
|
|||
/// * `opt_old_memo`, the older memo, if any existed. Used for backdated.
|
||||
pub(super) fn execute<'db>(
|
||||
&'db self,
|
||||
db: &'db DynDb<'db, C>,
|
||||
db: &'db DynDb<C>,
|
||||
active_query: ActiveQueryGuard<'_>,
|
||||
opt_old_memo: Option<Arc<Memo<C::Value<'_>>>>,
|
||||
) -> StampedValue<&C::Value<'db>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue