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

Parse BER object and get content as slice