pub async fn try_runtime_generator(
cache: PathBuf,
version: Option<&str>,
) -> Result<Binary, Error>Expand description
Generate the source of the try-runtime binary on the remote repository.
ยงArguments
cache- The path to the directory where the binary should be cached.version- An optional version string. IfNone, the latest available version is used.