Type Alias OutgoingRequestsMap

Source
pub type OutgoingRequestsMap<Req> = Arc<RwLock<HashMap<RequestHash, Weak<OutgoingRequestInner<Req>>>>>;
Expand description

A type alias for the outgoing requests map

Aliased Typeยง

pub struct OutgoingRequestsMap<Req> { /* private fields */ }