fn require_string( config: &HashMap<String, Value>, key: &str, ) -> Result<String, String>
Extracts a required string config key.