Type Alias miniblink_sys::wkePromptBoxCallback
source · pub type wkePromptBoxCallback = Option<unsafe extern "C" fn(webView: wkeWebView, param: *mut c_void, msg: wkeString, defaultResult: wkeString, result: wkeString) -> bool>;Aliased Type§
enum wkePromptBoxCallback {
None,
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut _tagWkeString, _: *mut _tagWkeString, _: *mut _tagWkeString) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut _tagWkeWebView, _: *mut c_void, _: *mut _tagWkeString, _: *mut _tagWkeString, _: *mut _tagWkeString) -> bool)
Some value of type T.