pub type DefaultDirectRateLimiter<MW = NoOpMiddleware<<DefaultClock as Clock>::Instant>> = RateLimiter<NotKeyed, InMemoryState, DefaultClock, MW>;
Expand description
A rate limiter representing a single item of state in memory, running on the default clock.
See the RateLimiter
documentation for details.
Aliased Typeยง
struct DefaultDirectRateLimiter<MW = NoOpMiddleware<<DefaultClock as Clock>::Instant>> { /* private fields */ }