pub trait IUpdateHistoryEntryCollection_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn get_Item(&self, index: i32) -> Result<IUpdateHistoryEntry>;
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn Count(&self) -> Result<i32>;
}

Required Methods§

fn get_Item(&self, index: i32) -> Result<IUpdateHistoryEntry>

fn _NewEnum(&self) -> Result<IUnknown>

fn Count(&self) -> Result<i32>

Object Safety§

This trait is not object safe.

Implementors§