Files
reth/crates/node/api/src/primitives.rs
2024-04-19 13:23:53 +00:00

9 lines
239 B
Rust

//! 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 () {}