risingwave_common_estimate_size

Module collections

source

Re-exports§

Modules§

Structs§

  • A guard holding a mutable reference to a value in a collection. When dropped, the size of the collection will be updated.

Type Aliases§

  • Similar to MutGuard, but the size is updated atomically. Useful for creating shared references to the entries in a collection.