Function der_parser::ber::parse_ber_slice
source · pub fn parse_ber_slice<T: Into<Tag>>(i: &[u8], tag: T) -> BerResult<'_, &[u8]>
Expand description
Parse BER object and get content as slice
pub fn parse_ber_slice<T: Into<Tag>>(i: &[u8], tag: T) -> BerResult<'_, &[u8]>
Parse BER object and get content as slice