pub fn expect_row_or_end_rows<B: BufRead>( xml: &mut Reader<B>, buf: &mut Vec<u8>, load_attrs: bool, ) -> Result<Option<HashMap<String, String>>, XmlError>
Expects an empty <row …/> tag or a closing </rows> tag
<row …/>
</rows>