Skip to main content

mbJsQueryExCallback

Type Alias mbJsQueryExCallback 

Source
pub type mbJsQueryExCallback = Option<unsafe extern "system" fn(webView: mbWebView, param: *mut c_void, es: mbJsExecState, val: *const mbJsValue, count: c_int)>;

Aliased Type§

pub enum mbJsQueryExCallback {
    None,
    Some(unsafe extern "system" fn(isize, *mut c_void, *mut c_void, *const i64, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(isize, *mut c_void, *mut c_void, *const i64, i32))

Some value of type T.