pub trait IAutomaticUpdatesResults_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn LastSearchSuccessDate(&self) -> Result<VARIANT>;
    fn LastInstallationSuccessDate(&self) -> Result<VARIANT>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§