pub type ParamsSpec = BTreeMap<String, ParamSpec>;Expand description
The whole params: block — declaration order is irrelevant, so a sorted map
keeps every rendering (schema, list output, audit) deterministic.
Aliased Type§
pub struct ParamsSpec { /* private fields */ }