pub trait IVectorChangedEventArgs_Impl: Sized {
    // Required methods
    fn CollectionChange(&self) -> Result<CollectionChange>;
    fn Index(&self) -> Result<u32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§