Skip to main content

reorder_root_keys

Function reorder_root_keys 

Source
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.