pub type RateLimitFuture<'a, Error> = Pin<Box<dyn Future<Output = Result<RateLimitDecision, Error>> + Send + 'a>>;Expand description
Boxed future returned by RateLimitPolicy::evaluate.
Aliased Typeยง
pub struct RateLimitFuture<'a, Error> { /* private fields */ }