mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 08:37:59 -05:00
9 lines
239 B
Rust
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 () {}
|