pub fn reorder_root_keys(
element: &XmlElement,
key_order: &[String],
) -> Option<XmlElement>Expand description
Reorder the root element’s child keys to match the given order.
Keys not in key_order are appended at the end.
pub fn reorder_root_keys(
element: &XmlElement,
key_order: &[String],
) -> Option<XmlElement>Reorder the root element’s child keys to match the given order.
Keys not in key_order are appended at the end.