pub trait RuntimeResolver { // Required method fn runtime(&self, chain_spec: &dyn ChainSpec) -> Result<Runtime>; }
Helper trait used for extracting the Runtime variant from the chain spec ID.
Extract the Runtime variant from the chain spec ID.