Type Definition tauri::InvokeHandler[][src]

type InvokeHandler<P> = dyn Fn(Invoke<P>) + Send + Sync + 'static;
Expand description

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