Function rocket::mtls::x509::der_parser::der::parse_der_slice
source ยท pub fn parse_der_slice<T>(
i: &[u8],
tag: T,
) -> Result<(&[u8], &[u8]), Err<Error>>
Available on crate feature
mtls
only.Expand description
Parse DER object and get content as slice