pub trait NodePrimitivesProvider {
type Primitives: NodePrimitives;
}Expand description
Provider implementation that knows configured [NodePrimitives].
Required Associated Types§
Sourcetype Primitives: NodePrimitives
type Primitives: NodePrimitives
The node primitive types.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".