Type Alias phron_finality::session_map::SessionSubscribers  
source · 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>