pub type VMNetworkMap<V, T, N> = HashMap<String, VMNetwork<V, T, N>>;
struct VMNetworkMap<V, T, N> { /* private fields */ }