twilight_http_ratelimiting

Type Alias HasBucketFuture

source
pub type HasBucketFuture = Pin<Box<dyn Future<Output = Result<bool, GenericError>> + Send + 'static>>;
Expand description

Future returned by Ratelimiter::has.

Aliased Typeยง

struct HasBucketFuture {}