pub type cbw_BrowserWindowJsCallbackFn = Option<unsafe extern "C" fn(window: *mut cbw_BrowserWindow, user_data: *mut c_void, result: *const c_char, err: *const cbw_Err)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.