pub fn render_xml_with_text(
name: &PropertyName<'_, '_>,
text: Option<&str>,
) -> StringExpand description
Render an XML node with optional text.
pub fn render_xml_with_text(
name: &PropertyName<'_, '_>,
text: Option<&str>,
) -> StringRender an XML node with optional text.