pub type GetTicketFuture = Pin<Box<dyn Future<Output = Result<TicketReceiver, GenericError>> + Send + 'static>>;
Expand description
Future returned by Ratelimiter::ticket
.
Aliased Typeยง
struct GetTicketFuture {}
pub type GetTicketFuture = Pin<Box<dyn Future<Output = Result<TicketReceiver, GenericError>> + Send + 'static>>;
Future returned by Ratelimiter::ticket
.
struct GetTicketFuture {}