Type Definition tauri::InvokeHandler[][src]

pub 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.