Function parse_component_arguments

Source
pub fn parse_component_arguments<'a>(
    input: &'a str,
) -> Result<Vec<(String, String)>, ComponentParseError>
Expand description

Compiles a XML args="a: String, b: bool" into a ["a" => "String", "b" => "bool"] map