Skip to main content

ICoreWebView2ControllerOptions3_Impl

Trait ICoreWebView2ControllerOptions3_Impl 

Source
pub trait ICoreWebView2ControllerOptions3_Impl: ICoreWebView2ControllerOptions2_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§