Function derp::read_tag_and_get_value [] [src]

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

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