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.