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