pub type wkeDidCreateScriptContextCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, frameId: wkeWebFrameHandle, context: *mut c_void, extensionGroup: c_int, worldId: c_int)>;

Aliased Type§

enum wkeDidCreateScriptContextCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: i32))

Some value of type T.