ULCreateInspectorViewCallback

Type Alias 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§

pub 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.