pub trait IMapChangedEventArgs_Impl<K>: Sized
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>

Object Safety§

This trait is not object safe.

Implementors§