Module entry

Module entry 

Source
Expand description

An API for get-or-create operations on cache entries, similar to std::collections::HashMap’s entry API.

Structs§

Entry
A potentially-empty entry in a cache, used to perform get-or-create operations on the cache.