pub trait ICoreWebView2ControllerOptions2_Impl: Sized + ICoreWebView2ControllerOptions_Impl {
    // Required methods
    fn ScriptLocale(&self, locale: *mut PWSTR) -> Result<()>;
    fn SetScriptLocale(&self, locale: &PCWSTR) -> Result<()>;
}

Required Methods§

source

fn ScriptLocale(&self, locale: *mut PWSTR) -> Result<()>

source

fn SetScriptLocale(&self, locale: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§