Function assembly_xml::common::exact::expect_start

source ยท
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