Skip to main content

Module intern

Module intern 

Source
Expand description

Declare types for interning various objects.

Structs§

Intern
A wrapper around Arc representing owned InternCache entries.
InternCache
An InternCache is a lazily-constructed weak set of objects.

Traits§

GloballyInternable
Offers access to globally available cache for InternCache.