Type Alias OpenMap

Source
pub type OpenMap = HashMap<usize, PathedName>;
Expand description

A map of open connections, hashed on the signal ID

Aliased Typeยง

struct OpenMap { /* private fields */ }