Trait IServiceSxsConfig_Impl
pub trait IServiceSxsConfig_Impl: IUnknownImpl {
// Required methods
fn SxsConfig(&self, scsconfig: CSC_SxsConfig) -> Result<()>;
fn SxsName(&self, szsxsname: &PCWSTR) -> Result<()>;
fn SxsDirectory(&self, szsxsdirectory: &PCWSTR) -> Result<()>;
}
Required Methods§
fn SxsConfig(&self, scsconfig: CSC_SxsConfig) -> Result<()>
fn SxsName(&self, szsxsname: &PCWSTR) -> Result<()>
fn SxsDirectory(&self, szsxsdirectory: &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.