pub fn all<R>(rate_limiter: R) -> Middleware<R>Expand description
Creates a new Middleware rate-limiting all requests using the provided RateLimiter.
pub fn all<R>(rate_limiter: R) -> Middleware<R>Creates a new Middleware rate-limiting all requests using the provided RateLimiter.