Function resolve_key_and_value

Source
pub fn resolve_key_and_value(
    attribute: String,
) -> Result<(String, String), String>
Expand description

Return a (key: String, value: String) tuple from an attribute string of the form key=value