We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uniffiDestroy
uniffiDestroy provides access to Rust drop methods of interface objects.
interface
However, enums and records, lists and maps can call contain interface objects.
This issue is to add corresponding uniffiDestroy methods to recursively find all objects and call their uniffiDestroy methods.
These methods should not be generated unless the Record or Enum contains objects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
uniffiDestroy
provides access to Rust drop methods ofinterface
objects.However, enums and records, lists and maps can call contain
interface
objects.This issue is to add corresponding
uniffiDestroy
methods to recursively find all objects and call theiruniffiDestroy
methods.These methods should not be generated unless the Record or Enum contains objects.
The text was updated successfully, but these errors were encountered: