Skip to main content

apply

Function apply 

Source
pub fn apply(latest: &LatestRelease) -> Result<(), UpdateError>
Expand description

Download, verify, and install latest, replacing the running binary. Blocking — prefer the async install.

The caller must gate on InstallChannel::self_update_eligible first.