pub type RateLimitMiddleware<T, CB> = RateLimit<T, CB>;
alias of RateLimit
pub struct RateLimitMiddleware<T, CB> { /* private fields */ }