Trait ed25519_dalek::pkcs8::spki::der::oid::AssociatedOid
pub trait AssociatedOid {
const OID: ObjectIdentifier;
}
Available on crate feature
pkcs8
only.Expand description
A trait which associates an OID with a type.
Required Associated Constants§
const OID: ObjectIdentifier
const OID: ObjectIdentifier
The OID associated with this type.
Object Safety§
This trait is not object safe.