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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§