Crate risingwave_common_estimate_size

Source

Modules§

collections

Macros§

primitive_estimate_size_impl 🔒

Structs§

KvSize
The size of the collection.

Traits§

EstimateSize
The trait for estimating the actual memory usage of a struct.
ZeroHeapSize

Derive Macros§

EstimateSize
EstimateSize can be derived if when all the fields in a struct or enum can implemented EstimateSize.