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

Expect a closing tag and return it