pub trait ICoreWebView2Environment6_Impl: ICoreWebView2Environment5_Impl {
// Required method
fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings, Error>;
}
Required Methods§
fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings, 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.