Trait NodeTypesForTree
pub trait NodeTypesForTree: NodeTypesForProvider<Primitives = EthPrimitives> { }
Expand description
A helper trait with requirements for NodeTypesForProvider
to be used within legacy
blockchain tree.
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.