Type Alias PortMap

Source
pub type PortMap = HashMap<String, Option<Vec<PortBinding>>>;
Expand description

PortMap is a collection of PortBinding indexed by Port

Aliased Typeยง

struct PortMap { /* private fields */ }