twilight_http_ratelimiting

Type Alias IsGloballyLockedFuture

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

Future returned by Ratelimiter::is_globally_locked.

Aliased Typeยง

struct IsGloballyLockedFuture {}