Type Definition tauri::InvokeResponder

source ·
pub type InvokeResponder<R> = dyn Fn(Window<R>, InvokeResponse, CallbackFn, CallbackFn) + Send + Sync + 'static;
Expand description

A closure that is responsible for respond a JS message.