Skip to main content

KeyedLimiter

Type Alias KeyedLimiter 

Source
pub type KeyedLimiter = RateLimiter<IpAddr, DefaultKeyedStateStore<IpAddr>, DefaultClock>;

Aliased Typeยง

pub struct KeyedLimiter { /* private fields */ }