Function try_runtime_core::commands::on_runtime_upgrade::run

source ยท
pub async fn run<Block, HostFns>(
    shared: SharedParams,
    command: Command,
) -> Result<()>
where Block: BlockT + DeserializeOwned, <Block::Hash as FromStr>::Err: Debug, Block::Header: DeserializeOwned, NumberFor<Block>: FromStr, <NumberFor<Block> as FromStr>::Err: Debug, HostFns: HostFunctions,