Function assembly_xml::common::exact::expect_end[][src]

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

Expect a closing tag and return it