Function der_parser::ber::parse_ber_slice[][src]

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

Parse BER object and get content as slice