pub trait DaemonUpdater: Send + Sync {
// Required method
fn apply(&self) -> UpdateApplyFuture;
}Required Methods§
fn apply(&self) -> UpdateApplyFuture
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".