twilight_http_ratelimiting

Type Alias WaitForTicketFuture

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

Future returned by Ratelimiter::wait_for_ticket.

Aliased Typeยง

struct WaitForTicketFuture {}