pub fn expect_rows<B: BufRead>(
    xml: &mut Reader<B>,
    buf: &mut Vec<u8>
) -> Result<(), XmlError>
Expand description

Expects an opening <rows> tag