Can't have NSString
and NSNumber
as values in an NSDictionary
#306
Labels
Milestone
NSString
and NSNumber
as values in an NSDictionary
#306
I don't see a way to create an
NSDictionary
with anNSString
and anNSNumber
as values, because the public Rust API forNSDictionary
requires values to beOwned
references, and this isn't possible forNSString
andNSNumber
. This blocks me from posting announcement notifications in the AccessKit macOS adapter, unless I use an unsafe workaround.The text was updated successfully, but these errors were encountered: