pub type DaemonOps = Box<dyn Fn() -> Result<(), Box<dyn Error>> + Send + Sync>;
Callback type for daemon operations (restart after update).
pub struct DaemonOps(/* private fields */);