type SessionSubscribers = HashMap<SessionId, Vec<Sender<SessionAuthorityData>>>;

Aliased Type§

struct SessionSubscribers {
    base: HashMap<SessionId, Vec<Sender<SessionAuthorityData>>, RandomState>,
}

Fields§

§base: HashMap<SessionId, Vec<Sender<SessionAuthorityData>>, RandomState>