Skip to main content

ICoreWebView2ControllerOptions4_Impl

Trait ICoreWebView2ControllerOptions4_Impl 

Source
pub trait ICoreWebView2ControllerOptions4_Impl: ICoreWebView2ControllerOptions3_Impl {
    // Required methods
    fn AllowHostInputProcessing(&self) -> Result<BOOL>;
    fn SetAllowHostInputProcessing(&self, value: BOOL) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§