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