fn convert_input_value(raw: &str, key_type: &KeyType) -> RequestResult<Value>Expand description
Converts raw form input to a serde_json::Value appropriate for the
given key type.
fn convert_input_value(raw: &str, key_type: &KeyType) -> RequestResult<Value>Converts raw form input to a serde_json::Value appropriate for the
given key type.