pub trait RuntimeT<I: 'static>: Config + Config<I> + Config { }
Expand description
A wrapper for a runtime that the functions of this crate expect.
For example, this can be the Runtime
type of the Polkadot runtime.
Object Safety§
This trait is not object safe.