pub type ModeMap = HashMap<String, ModeConfig>;Expand description
Map of mode names (e.g. "build", "plan") to their configuration.
Aliased Typeยง
pub struct ModeMap { /* private fields */ }pub type ModeMap = HashMap<String, ModeConfig>;Map of mode names (e.g. "build", "plan") to their configuration.
pub struct ModeMap { /* private fields */ }