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

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

Expect an opening tag and return it