Skip to main content

KeyedLimiter

Type Alias KeyedLimiter 

Source
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 */ }