Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Environment6_Impl
source · [−]pub trait ICoreWebView2Environment6_Impl: ICoreWebView2Environment_Impl + ICoreWebView2Environment2_Impl + ICoreWebView2Environment3_Impl + ICoreWebView2Environment4_Impl + ICoreWebView2Environment5_Impl {
fn CreatePrintSettings(&self) -> Result<ICoreWebView2PrintSettings, Error>;
}
Required Methods
source