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