Function quickxml_to_serde::map_over_children[][src]

pub fn map_over_children<T: BufRead, F: FnMut(&str, &Value)>(
    xml: T,
    iteratee: F
)