pub fn expect_text<B: BufRead>(
    reader: &mut Reader<B>,
    buf: &mut Vec<u8>
) -> Result<String>
Expand description

Expect some text and return it