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

Future returned by Ratelimiter::globally_locked.