Trait BasicParachainRuntime
pub trait BasicParachainRuntime:
Config
+ Config
+ Config
+ Config
+ Config
+ Config
+ Config
+ Config { }
Expand description
A set of traits for a minimal parachain runtime, that may be used in conjunction with the
ExtBuilder
and the RuntimeHelper
.
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.