Type Alias tauri::ipc::OwnedInvokeResponder

source ·
pub type OwnedInvokeResponder<R> = dyn FnOnce(Webview<R>, String, InvokeResponse, CallbackFn, CallbackFn) + Send + 'static;
Expand description

Similar to InvokeResponder but taking owned arguments.