pub type WebviewIpcHandler<T, R> = Box<dyn Fn(DetachedWindow<T, R>, String) + Send>;
Expand description

IPC handler.

Aliased Type§

struct WebviewIpcHandler<T, R>(/* private fields */);