windows::Foundation::Collections

Trait IPropertySet_Impl

pub trait IPropertySet_Impl:
    IIterable_Impl<IKeyValuePair<HSTRING, IInspectable>>
    + IMap_Impl<HSTRING, IInspectable>
    + IObservableMap_Impl<HSTRING, IInspectable> { }

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§