logo
pub trait AssociatedOid {
    const OID: ObjectIdentifier;
}
Expand description

A trait which associates an OID with a type.

Required Associated Constants

The OID associated with this type.

Implementors