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 {}
pub type WaitForTicketFuture = Pin<Box<dyn Future<Output = Result<TicketSender, GenericError>> + Send + 'static>>;
Future returned by Ratelimiter::wait_for_ticket
.
struct WaitForTicketFuture {}