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

A trait which associates an OID with a type.

Required Associated Constants§

source

const OID: ObjectIdentifier

The OID associated with this type.

Object Safety§

This trait is not object safe.

Implementors§