Type Definition tauri::InvokeHandler

source · []
pub type InvokeHandler<R> = dyn Fn(Invoke<R>) + Send + Sync + 'static;
Expand description

A closure that is run every time Tauri receives a message it doesn’t explicitly handle.