Function rocket::mtls::x509::der::parse_der_utf8string
pub fn parse_der_utf8string(
i: &[u8]
) -> Result<(&[u8], BerObject<'_>), Err<Error>>
Available on crate feature
mtls
only.Expand description
Read a UTF-8 string value. The encoding is checked.