Function libdav::xmlutils::render_xml_with_text
source ยท pub fn render_xml_with_text(
name: &PropertyName<'_, '_>,
text: Option<impl AsRef<str>>,
) -> String
Expand description
Render an XML node with optional text.