Trait tauri_runtime::EventLoopProxy

source ·
pub trait EventLoopProxy<T: UserEvent>: Debug + Clone + Send + Sync {
    // Required method
    fn send_event(&self, event: T) -> Result<()>;
}

Required Methods§

source

fn send_event(&self, event: T) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§