pub type PeerFactoryMap = HashMap<String, PeerControllerProxy>;
Expand description

Handling different sessions. Key is a generic id that is generated by the tool that is associated with a remote peer. Value is the controller associated with the remote peer.

Aliased Type§

struct PeerFactoryMap { /* private fields */ }