WrapCommandHandler

Trait WrapCommandHandler 

Source
pub trait WrapCommandHandler: ImplCommandHandler {
    // Required method
    fn wrap_rc(&mut self, object: *mut RcImpl<_cef_command_handler_t, Self>);
}

Required Methods§

Source

fn wrap_rc(&mut self, object: *mut RcImpl<_cef_command_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.

Implementors§