Enum tauri_runtime::RunEvent [−][src]
pub enum RunEvent {
Exit,
WindowClose(String),
}Expand description
Event triggered on the event loop run.
Variants
Event loop is exiting.
WindowClose(String)Window closed.
Auto Trait Implementations
impl RefUnwindSafe for RunEventimpl UnwindSafe for RunEvent