Type tauri::InvokeHandler
type InvokeHandler<R> = dyn Fn(Invoke<R>) + Send + Sync + 'static;
Expand description
A closure that is run everytime Tauri receives a message it doesn’t explicitly handle.
type InvokeHandler<R> = dyn Fn(Invoke<R>) + Send + Sync + 'static;
Expand description
A closure that is run everytime Tauri receives a message it doesn’t explicitly handle.