Trait IUpdateSession3_Impl
pub trait IUpdateSession3_Impl: IUpdateSession2_Impl {
// Required methods
fn CreateUpdateServiceManager(&self) -> Result<IUpdateServiceManager2>;
fn QueryHistory(
&self,
criteria: &BSTR,
startindex: i32,
count: i32,
) -> Result<IUpdateHistoryEntryCollection>;
}
Required Methods§
fn CreateUpdateServiceManager(&self) -> Result<IUpdateServiceManager2>
fn QueryHistory( &self, criteria: &BSTR, startindex: i32, count: i32, ) -> Result<IUpdateHistoryEntryCollection>
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.