Trait IUpdateSession2_Impl
pub trait IUpdateSession2_Impl: IUpdateSession_Impl {
// Required methods
fn UserLocale(&self) -> Result<u32>;
fn SetUserLocale(&self, lcid: u32) -> Result<()>;
}
Required Methods§
fn UserLocale(&self) -> Result<u32>
fn SetUserLocale(&self, lcid: u32) -> 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.