pub fn expect_start<'c, B: BufRead>(
    key: &str,
    reader: &mut Reader<B>,
    buf: &'c mut Vec<u8>
) -> Result<BytesStart<'c>>
Expand description

Expect an opening tag and return it