Function get_param_value

Source
pub fn get_param_value(key: &str) -> Result<Value, Error>
Expand description

Returns a named value from the request context’s params.

§Arguments

  • key - The key name corresponding to the param value.