Function assembly_xml::common::exact::expect_text
source ยท pub fn expect_text<B: BufRead>(
reader: &mut Reader<B>,
buf: &mut Vec<u8>,
) -> Result<String>
Expand description
Expect some text and return it
pub fn expect_text<B: BufRead>(
reader: &mut Reader<B>,
buf: &mut Vec<u8>,
) -> Result<String>
Expect some text and return it