pub trait ICoreWebView2ControllerOptions2_Impl: ICoreWebView2ControllerOptions_Impl {
// Required methods
fn ScriptLocale(&self) -> Result<PWSTR>;
fn SetScriptLocale(&self, value: &PCWSTR) -> Result<()>;
}Required Methods§
fn ScriptLocale(&self) -> Result<PWSTR>
fn SetScriptLocale(&self, value: &PCWSTR) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".