RegionMap

Type Alias RegionMap 

Source
pub type RegionMap = HashMap<String, Region>;
Expand description

This is a type of a map that is generated by generate_region_map method of region’s

Aliased Type§

pub struct RegionMap { /* private fields */ }