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

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

Parse DER object and get content as slice