Skip to main content

SubsetMap

Type Alias SubsetMap 

Source
type SubsetMap = HashMap<String, HashMap<String, HashMap<String, HashSet<String>>>>;

Aliased Typeยง

struct SubsetMap { /* private fields */ }