DefaultKeyedStateStore

Type Alias DefaultKeyedStateStore 

Source
pub type DefaultKeyedStateStore<K> = DashMapStateStore<K>;
Expand description

The default keyed rate limiter type: the concurrent DashMap.

Aliased Typeยง

pub struct DefaultKeyedStateStore<K> { /* private fields */ }