Skip to main content

StrLimiter

Type Alias StrLimiter 

Source
pub type StrLimiter = RateLimiter<String, DefaultKeyedStateStore<String>, DefaultClock>;
Expand description

Rate limiter keyed by the authenticated principal (per-key limiting).

Aliased Typeยง

pub struct StrLimiter { /* private fields */ }