Skip to main content

Module options

Module options 

Source
Expand description

Value types that flow into and out of crate::Updater.

Structs§

RunOptions
Options controlling a single Updater::run.
RunOutcome
Outcome of a successful Updater::run.

Enums§

CheckOutcome
Outcome of an Updater::check call. Cheap — no asset downloads.
ProgressEvent
Progress event emitted during a Updater::run.

Type Aliases§

ProgressSink
Cloneable boxed callback. Pass None in RunOptions::progress for silent runs.