windows::Win32::System::UpdateAgent

Trait IUpdateHistoryEntry2_Impl

pub trait IUpdateHistoryEntry2_Impl: IUpdateHistoryEntry_Impl {
    // Required method
    fn Categories(&self) -> Result<ICategoryCollection>;
}

Required Methods§

fn Categories(&self) -> Result<ICategoryCollection>

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.

Implementors§