pub async fn install_assets(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Expand description
Installs assets as defined in the asset index.
This function provides updates during installation.