pub type cbw_CookieJarStorageCallbackFn = Option<unsafe extern "C" fn(_: *mut cbw_CookieJar, _: *mut c_void, _: cbw_Err)>;

Aliased Type§

enum cbw_CookieJarStorageCallbackFn {
    None,
    Some(unsafe extern "C" fn(_: *mut cbw_CookieJar, _: *mut c_void, _: cbw_Err)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut cbw_CookieJar, _: *mut c_void, _: cbw_Err))

Some value of type T.