pub type ConfigTable = BTreeMap<String, String>;Expand description
Flat key -> value table that backs a FileConfigSink.
Keys are opaque strings (dots are not nesting); values are plaintext secret material persisted verbatim by the sink.
Aliased Typeยง
pub struct ConfigTable { /* private fields */ }