pub trait HotUpdateExt<R: Runtime> {
// Required method
fn hot_update(&self) -> &HotUpdate;
}Expand description
Required Methods§
fn hot_update(&self) -> &HotUpdate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".