pub trait ICoreWebView2ControllerOptions4_Impl: ICoreWebView2ControllerOptions3_Impl {
// Required methods
fn AllowHostInputProcessing(&self) -> Result<BOOL>;
fn SetAllowHostInputProcessing(&self, value: BOOL) -> Result<()>;
}Required Methods§
fn AllowHostInputProcessing(&self) -> Result<BOOL>
fn SetAllowHostInputProcessing(&self, value: BOOL) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".