pub fn resolve_key_and_value( attribute: String, ) -> Result<(String, String), String>
Return a (key: String, value: String) tuple from an attribute string of the form key=value
(key: String, value: String)
key=value