pub fn set_param_value(key: &str, value: Value) -> Result<(), Error>
Expand description
Set a named value in the request context’s params.
§Arguments
key
- The key name corresponding to the param value.value
- The value to record. Values are serialized JSON.