pub type DefaultKeyedStateStore<K> = DashMapStateStore<K>;
Expand description
The default keyed rate limiter type: the concurrent DashMap
.
Aliased Typeยง
struct DefaultKeyedStateStore<K> { /* private fields */ }
pub type DefaultKeyedStateStore<K> = DashMapStateStore<K>;
The default keyed rate limiter type: the concurrent DashMap
.
struct DefaultKeyedStateStore<K> { /* private fields */ }