Skip to main content

ICoreWebView2Controller2_Impl

Trait ICoreWebView2Controller2_Impl 

Source
pub trait ICoreWebView2Controller2_Impl: ICoreWebView2Controller_Impl {
    // Required methods
    fn DefaultBackgroundColor(&self) -> Result<COREWEBVIEW2_COLOR>;
    fn SetDefaultBackgroundColor(
        &self,
        value: &COREWEBVIEW2_COLOR,
    ) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§