//! Type abstraction for node primitive types. /// Configures all the primitive types of the node. // TODO(mattsse): this is currently a placeholder pub trait NodePrimitives {} // TODO(mattsse): Placeholder impl NodePrimitives for () {}