Expand description
AirServiceProvider::CheckForUpdates - probe the Air daemon for an
available update. Wraps
crate::Client::AirClient::AirClient::CheckForUpdates and collapses
update_available == false into Ok(None) so callers can pattern-
match Some(info) for the live-update case.