Type Alias ul_next_sys::ULCreateInspectorViewCallback

source ·
pub type ULCreateInspectorViewCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, is_local: bool, inspected_url: ULString) -> ULView>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.