pub type OwnedInvokeResponder<R> = dyn FnOnce(Webview<R>, String, InvokeResponse, CallbackFn, CallbackFn) + Send + 'static;Expand description
Similar to InvokeResponder but taking owned arguments.
pub type OwnedInvokeResponder<R> = dyn FnOnce(Webview<R>, String, InvokeResponse, CallbackFn, CallbackFn) + Send + 'static;Similar to InvokeResponder but taking owned arguments.