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

Future returned by Ratelimiter::ticket.