pub type WebviewIpcHandler<T, R> = Box<dyn Fn(DetachedWebview<T, R>, Request<String>) + Send>;
IPC handler.
struct WebviewIpcHandler<T, R>(/* private fields */);