Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ControllerOptions2_Impl
source · pub trait ICoreWebView2ControllerOptions2_Impl: Sized + ICoreWebView2ControllerOptions_Impl {
// Required methods
fn ScriptLocale(&self, locale: *mut PWSTR) -> Result<()>;
fn SetScriptLocale(&self, locale: &PCWSTR) -> Result<()>;
}
Required Methods§
fn ScriptLocale(&self, locale: *mut PWSTR) -> Result<()>
fn SetScriptLocale(&self, locale: &PCWSTR) -> Result<()>
Object Safety§
This trait is not object safe.