Type Alias ScriptsSet

Source
pub type ScriptsSet = BTreeMap<String, String>;
Expand description

An ordered map for scripts entries.

Aliased Typeยง

pub struct ScriptsSet { /* private fields */ }