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