Skip to main content

InflightRequests

Type Alias InflightRequests 

Source
pub type InflightRequests<Ctx> = HashMap<OutboundRequestId, InflightRequest<Ctx>>;

Aliased Typeยง

pub struct InflightRequests<Ctx> { /* private fields */ }