ICoreWebView2ControllerOptions3_Impl

Trait ICoreWebView2ControllerOptions3_Impl 

Source
pub trait ICoreWebView2ControllerOptions3_Impl: ICoreWebView2ControllerOptions2_Impl {
    // Required methods
    fn DefaultBackgroundColor(
        &self,
        value: *mut COREWEBVIEW2_COLOR,
    ) -> Result<(), Error>;
    fn SetDefaultBackgroundColor(
        &self,
        value: &COREWEBVIEW2_COLOR,
    ) -> Result<(), Error>;
}

Required Methods§

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.

Implementors§