Skip to main content

Map

Type Alias Map 

Source
pub type Map = IndexMap<String, Value>;
Expand description

A map of string keys to Values, representing a libconfig group Uses IndexMap to preserve insertion order

Aliased Typeยง

pub struct Map { /* private fields */ }