pub(crate) type RateLimiter = RateLimiter<NotKeyed, InMemoryState, MonotonicClock>;
pub(crate) struct RateLimiter { /* private fields */ }