Skip to main content

BandwidthLimiter

Type Alias BandwidthLimiter 

Source
pub type BandwidthLimiter = RateLimiter<NotKeyed, InMemoryState, DefaultClock, NoOpMiddleware>;
Expand description

Type alias for the governor rate limiter used for bandwidth limiting.

Aliased Typeยง

pub struct BandwidthLimiter { /* private fields */ }