Function webpki::der::expect_tag

source ยท
pub(crate) fn expect_tag<'a>(
    input: &mut Reader<'a>,
    tag: Tag,
) -> Result<Value<'a>, Error>