pub trait Instance {
type Projection: Projection + 'static;
const DEF: Define<ValueType>;
}Expand description
The instance type description.
Required Associated Constants§
Required Associated Types§
type Projection: Projection + 'static
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.