Module keyed_singleton

Module keyed_singleton 

Source

Structs§

BoundedValue
A variation of boundedness specific to KeyedSingleton, which indicates that once a key appears, its value is bounded and will never change. If the KeyBound is Bounded, then the entire set of entries is bounded, but if it is Unbounded, then new entries may appear asynchronously.
KeyedSingleton

Traits§

KeyedSingletonBound