pub type wkeWindowClosingCallback = Option<unsafe extern "C" fn(webWindow: wkeWebView, param: *mut c_void) -> bool>;

Aliased Type§

enum wkeWindowClosingCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void) -> bool)

Some value of type T.