Trait DynAssociatedOid
pub trait DynAssociatedOid
A trait which associates a dynamic, &self-dependent OID with a type,
which may change depending on the type's value.
This trait is object safe and auto-impl'd for any types which impl
AssociatedOid.
Required Methods
fn oid(&self) -> ObjectIdentifierGet the OID associated with this value.
Implementors
impl<T: AssociatedOid> DynAssociatedOid for T