pub type SuppliedParams = BTreeMap<String, Value>;Expand description
Caller-supplied values, keyed by param name. Values arrive either as real
JSON (HTTP) or as strings (--param k=v); spec::coerce normalizes both.
Aliased Typeยง
pub struct SuppliedParams { /* private fields */ }