Trait tauri_runtime::UserEvent

source ·
pub trait UserEvent:
    Debug
    + Clone
    + Send
    + 'static { }
Expand description

A type that can be used as an user event.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Debug + Clone + Send + 'static> UserEvent for T