Type Alias PortSet

Source
pub type PortSet = HashMap<String, Value>;
Expand description

PortSet is a collection of structs indexed by Port

Aliased Typeยง

struct PortSet { /* private fields */ }