pub trait ICoreWebView2Controller2_Impl: ICoreWebView2Controller_Impl {
// Required methods
fn DefaultBackgroundColor(&self) -> Result<COREWEBVIEW2_COLOR>;
fn SetDefaultBackgroundColor(
&self,
backgroundcolor: &COREWEBVIEW2_COLOR,
) -> Result<()>;
}Required Methods§
fn DefaultBackgroundColor(&self) -> Result<COREWEBVIEW2_COLOR>
fn SetDefaultBackgroundColor( &self, backgroundcolor: &COREWEBVIEW2_COLOR, ) -> Result<()>
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.