pub type AfterApplyHook = Box<dyn Fn(&ApplyResult) -> Pin<Box<dyn Future<Output = Result<(), UpdateKitError>> + Send>> + Send + Sync>;Expand description
Async hook called after applying an update.
Aliased Typeยง
pub struct AfterApplyHook(/* private fields */);