Trait tauri::RuntimeHandle

source ·
pub trait RuntimeHandle: RuntimeHandle<EventLoopMessage> { }
Expand description

The webview runtime handle. A wrapper arond runtime::RuntimeHandle with the proper user event type associated.

Object Safety§

This trait is not object safe.

Implementors§