Trait IMapChangedEventArgs_Impl
pub trait IMapChangedEventArgs_Impl<K>: IUnknownImplwhere
K: RuntimeType + 'static,{
// Required methods
fn CollectionChange(&self) -> Result<CollectionChange>;
fn Key(&self) -> Result<K>;
}
Required Methods§
fn CollectionChange(&self) -> Result<CollectionChange>
fn Key(&self) -> Result<K>
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.