mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-08 21:35:47 +00:00
deploy: 668870fc8a
This commit is contained in:
parent
fab54f9b81
commit
f86c5f40a5
4 changed files with 4 additions and 4 deletions
|
@ -393,7 +393,7 @@ enum HelloWorldGroupKey__ {
|
|||
</code></pre>
|
||||
<p>The <code>Query</code> trait that we saw earlier includes a method <code>group_key</code> for wrapping
|
||||
the key for some individual query into the group key.</p>
|
||||
<h3><a class="header" href="#group-storege" id="group-storege">Group storege</a></h3>
|
||||
<h3><a class="header" href="#group-storage" id="group-storage">Group storage</a></h3>
|
||||
<p>The "group storage" is the actual struct that contains all the hashtables and
|
||||
so forth for each query. The types of these are ultimately defined by the
|
||||
<code>Storage</code> associated type for each query type. The struct is generic over the
|
||||
|
|
|
@ -602,7 +602,7 @@ enum HelloWorldGroupKey__ {
|
|||
</code></pre>
|
||||
<p>The <code>Query</code> trait that we saw earlier includes a method <code>group_key</code> for wrapping
|
||||
the key for some individual query into the group key.</p>
|
||||
<h3><a class="header" href="#group-storege" id="group-storege">Group storege</a></h3>
|
||||
<h3><a class="header" href="#group-storage" id="group-storage">Group storage</a></h3>
|
||||
<p>The "group storage" is the actual struct that contains all the hashtables and
|
||||
so forth for each query. The types of these are ultimately defined by the
|
||||
<code>Storage</code> associated type for each query type. The struct is generic over the
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue