Function assembly_xml::database::expect_table[][src]

pub fn expect_table<B: BufRead>(
    xml: &mut Reader<B>,
    buf: &mut Vec<u8>
) -> Result<Option<String>, XmlError>
Expand description

Expects an opening <table> tag or a closing </database> tag