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

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

Expect a closing tag </{key}>