Module cache

Source
Expand description

Cache implementation

Structs§

Context
The context of which references have already been seen. This should only be used in the implementation of the deep_size_of_children function, and (eventually, when this reaches 0.2) will not be able to be constructed, and only obtained from inside the function.
FileMetadataCache
Cache for various metadata about files.

Enums§

CapacityMode

Traits§

DeepSizeOf
A trait for measuring the size of an object and its children

Derive Macros§

DeepSizeOf