This commit is contained in:
nikomatsakis 2020-06-26 19:46:17 +00:00
parent fab54f9b81
commit f86c5f40a5
4 changed files with 4 additions and 4 deletions

View file

@ -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 &quot;group storage&quot; 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

View file

@ -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 &quot;group storage&quot; 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