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 { /* private fields */ }