Trait dunge::Instance

source ·
pub trait Instance {
    type Projection: Projection + 'static;

    const DEF: Define<ValueType>;
}
Expand description

The instance type description.

Required Associated Types§

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§