Function parse_config

Source
pub fn parse_config<'a>(
    xml_doc: &'a Document<'_>,
) -> Result<impl Iterator<Item = Result<ConfigPart>> + 'a>