WrapTextfieldDelegate

Trait WrapTextfieldDelegate 

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

Required Methods§

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§