Skip to main content

OwnedInvokeResponder

Type Alias 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.