Module memory_cost

Source
Expand description

HasMemoryCost and typed memory cost tracking

Structs§

TypedMemoryCost
Memory cost obtained from a T
TypedParticipation
A Participation for use only for tracking the memory use of objects of type T

Traits§

HasMemoryCost
Types whose memory usage is known (and stable)
HasTypedMemoryCost
Types that can return a memory cost known to be the cost of some value of type T