trait QueryCacheKey = Hash
+ Eq
+ Copy
+ Debug
+ for<'a> HashStable<StableHashingContext<'a>>;Expand description
Traits that all query keys must satisfy.
trait QueryCacheKey = Hash
+ Eq
+ Copy
+ Debug
+ for<'a> HashStable<StableHashingContext<'a>>;Traits that all query keys must satisfy.