You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many APIs assume the caller will provide a collection of values. This should integrate with winrt::Param to allow regular Rust collections and iterators to bind to WinRT input parameters of WinRT collection types.
Many APIs assume the caller will provide a collection of values. This should integrate with
winrt::Paramto allow regular Rust collections and iterators to bind to WinRT input parameters of WinRT collection types.