pub trait RemotePushExt<R: Runtime> {
// Required method
fn remote_push(&self) -> &RemotePush<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the remote-push APIs.
Required Methods§
fn remote_push(&self) -> &RemotePush<R>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".