Skip to main content

HotUpdateExt

Trait HotUpdateExt 

Source
pub trait HotUpdateExt<R: Runtime> {
    // Required method
    fn hot_update(&self) -> &HotUpdate;
}
Expand description

Access the HotUpdate runtime API from any Manager (app handle, window, webview).

Panics if the plugin was not registered via init.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> HotUpdateExt<R> for T