[][src]Function der_parser::der::parse_der_slice

pub fn parse_der_slice<Tag: Into<DerTag>>(
    i: &[u8],
    tag: Tag
) -> BerResult<'_, &[u8]>

Parse DER object and get content as slice