pub trait MachineReference {
const TARGET: MachineReferenceTarget;
}Expand description
One nominal type that carries an exact machine relation declared once.
Required Associated Constants§
Sourceconst TARGET: MachineReferenceTarget
const TARGET: MachineReferenceTarget
Exact target described by this nominal reference type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.