pub fn expect_text<B: BufRead>( reader: &mut Reader<B>, buf: &mut Vec<u8>, ) -> Result<String>
Expect some text and return it