pub trait UpdateSpec: Send + Sync {
type Output: Send + 'static;
}Expand description
Runtime contract implemented by executable update values.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".