pub trait IVectorChangedEventArgs_Impl: Sized {
// Required methods
fn CollectionChange(&self) -> Result<CollectionChange>;
fn Index(&self) -> Result<u32>;
}
Required Methods§
fn CollectionChange(&self) -> Result<CollectionChange>
fn Index(&self) -> Result<u32>
Object Safety§
This trait is not object safe.