pub type PortSet = HashMap<String, Value>;
PortSet is a collection of structs indexed by Port
struct PortSet { /* private fields */ }