pub type ViewDispatcherNavigationEventCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> bool>;Expand description
Prototype for navigation event callback
Aliased Type§
pub enum ViewDispatcherNavigationEventCallback {
None,
Some(unsafe extern "C" fn(*mut c_void) -> bool),
}