Function assembly_xml::database::expect_table
source ยท 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