pub type PortMap = HashMap<String, Option<Vec<PortBinding>>>;
pub struct PortMap { /* private fields */ }