pub trait NodeTypesForProviderwhere
Self: NodeTypes<ChainSpec: EthereumHardforks, Storage: ChainStorage<Self::Primitives>, Primitives: FullNodePrimitives<SignedTx: Value, Receipt: Value, BlockHeader: Value>>,{ }
Expand description
Helper trait to bound [NodeTypes
] so that combined with database they satisfy
ProviderNodeTypes
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.