pub type wkeLoadUrlFailCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, url: *const utf8, job: wkeNetJob)>;

Aliased Type§

enum wkeLoadUrlFailCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *const i8, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.