pub fn read_tag_and_get_value<'a>(
    input: &mut Reader<'a>
) -> Result<(u8, Input<'a>)>
Expand description

Read the next tag, and return it and its value.