Skip to main content

SessionOverlay

Type Alias SessionOverlay 

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

A session-model overlay: sparse key-value map of config overrides.

Aliased Typeยง

pub struct SessionOverlay { /* private fields */ }