pub trait ICoreWebView2ControllerOptions2_Impl: ICoreWebView2ControllerOptions_Impl {
// Required methods
fn ScriptLocale(&self, value: *mut PWSTR) -> Result<()>;
fn SetScriptLocale(&self, value: &PCWSTR) -> Result<()>;
}
Required Methods§
fn ScriptLocale(&self, value: *mut PWSTR) -> Result<()>
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", so this trait is not object safe.