Skip to main content

MachineReference

Trait MachineReference 

Source
pub trait MachineReference {
    const TARGET: MachineReferenceTarget;
}
Expand description

One nominal type that carries an exact machine relation declared once.

Required Associated Constants§

Source

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.

Implementors§