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 */ }
pub type OutgoingRequestsMap<Req> = Arc<RwLock<HashMap<RequestHash, Weak<OutgoingRequestInner<Req>>>>>;
A type alias for the outgoing requests map
pub struct OutgoingRequestsMap<Req> { /* private fields */ }