pub trait WrapContextMenuHandler: ImplContextMenuHandler {
// Required method
fn wrap_rc(
&mut self,
object: *mut RcImpl<_cef_context_menu_handler_t, Self>,
);
}Required Methods§
fn wrap_rc(&mut self, object: *mut RcImpl<_cef_context_menu_handler_t, Self>)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.