Skip to main content

Module singleton

Module singleton 

Source
Expand description

Definitions for the Singleton live collection.

Structs§

Singleton
A single Rust value that can asynchronously change over time.

Enums§

Monotonic
Marks that the Singleton is monotonic, which means that its value will only grow over time.

Traits§

IsMonotonic
Marker trait that is implemented for the Monotonic boundedness guarantee.
SingletonBound
A marker trait indicating which components of a Singleton may change.