pub type OpenMap = HashMap<usize, PathedName>;
Expand description
A map of open connections, hashed on the signal ID
Aliased Typeยง
struct OpenMap { /* private fields */ }
pub type OpenMap = HashMap<usize, PathedName>;
A map of open connections, hashed on the signal ID
struct OpenMap { /* private fields */ }