pub trait NodePrimitivesProvider {
type Primitives: NodePrimitives;
}Available on crate feature
storage-api only.Expand description
Provider implementation that knows configured NodePrimitives.
Required Associated Types§
Sourcetype Primitives: NodePrimitives
type Primitives: NodePrimitives
The node primitive types.