pub async fn install_client(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Expand description
Installs the client file.
This function provides updates during installation.
pub async fn install_client(
options: &InstallOptions,
update_sender: Sender<InstallationUpdate>,
) -> InstallationResult<()>
Installs the client file.
This function provides updates during installation.