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§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§