pub type ULDOMReadyCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, frame_id: c_ulonglong, is_main_frame: bool, url: ULString)>;

Aliased Type§

enum ULDOMReadyCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut C_View, _: u64, _: bool, _: *mut C_String)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut C_View, _: u64, _: bool, _: *mut C_String))

Some value of type T.