pub type ModParams = BTreeMap<String, ModParamValue>;
Expand description
Parameters used for loading a module, map of name-value.
Aliased Typeยง
pub struct ModParams { /* private fields */ }
pub type ModParams = BTreeMap<String, ModParamValue>;
Parameters used for loading a module, map of name-value.
pub struct ModParams { /* private fields */ }