pub fn deserialize_rdn<'de, D>(
    d: D
) -> Result<Vec<(KeyStringOrOID, Vec<u8>)>, D::Error> where
    D: Deserializer<'de>, 
Expand description

parses an RDN with attribute values being represented either as a string or an array of integers