windows::Foundation::Collections

Trait IMapChangedEventArgs_Impl

pub trait IMapChangedEventArgs_Impl<K>: IUnknownImpl
where 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.

Implementors§