Function oid2abbrev
pub fn oid2abbrev<'a>(
oid: &'a Oid<'_>,
registry: &'a OidRegistry<'_>,
) -> Result<&'a str, NidError>Expand description
Return the abbreviation (for ex. CN for Common Name), or if not found, the OID short name
pub fn oid2abbrev<'a>(
oid: &'a Oid<'_>,
registry: &'a OidRegistry<'_>,
) -> Result<&'a str, NidError>Return the abbreviation (for ex. CN for Common Name), or if not found, the OID short name