pub type SessionOverlay = HashMap<String, String>;
A session-model overlay: sparse key-value map of config overrides.
pub struct SessionOverlay { /* private fields */ }