pub trait ICoreWebView2Environment6_Impl: Sized + ICoreWebView2Environment_Impl + ICoreWebView2Environment2_Impl + ICoreWebView2Environment3_Impl + ICoreWebView2Environment4_Impl + ICoreWebView2Environment5_Impl {
fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings>;
}
Required Methods
source