pub fn compile_components_to_rust_code(
components: &XmlComponentMap,
) -> Result<Vec<(String, String, ComponentArguments, BTreeMap<String, String>)>, CompileError>
Expand description
Takes all components and generates the source code function from them