Trait const_oid::AssociatedOid
source · [−]pub trait AssociatedOid {
const OID: ObjectIdentifier;
}
Expand description
A trait which associates an OID with a type.
Associated Constants
const OID: ObjectIdentifier
const OID: ObjectIdentifier
The OID associated with this type.