-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for thembugSomething isn't workingSomething isn't working
Milestone
Description
Hi,
I noticed that in objc2-io-bluetooth, IOBluetoothDeviceInquiry::foundDevices is typed to return a Retained<NSArray> when it should be returning a Retained<NSArray<IOBluetoothDevice>> as stated in the description:
Return Value:
Returns an NSArray of IOBluetoothDevice objects.
I think this is due to the method signature being func foundDevices() -> [Any]!
This in turn makes it impossible to iterate over the NSArray. (At least I think. I'm still quite new to Rust)
Metadata
Metadata
Assignees
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for thembugSomething isn't workingSomething isn't working