pub type KeyedLimiter<K> = RateLimiter<K, DefaultKeyedStateStore<K>, DefaultClock>;Expand description
Keyed rate limiter type alias wrapping governor’s RateLimiter with
DefaultKeyedStateStore and DefaultClock.
Aliased Type§
pub struct KeyedLimiter<K> { /* private fields */ }