Skip to content
New issue

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

Adding support for Rust async trait methods #1981

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Adding support for Rust async trait methods

    This was pretty easy, it mostly meant not hard coding that we don't
    support async methods and which order to apply `#[uniffi::export]` vs
    `#[async_trait::async_trait]`.
    
    The next step is foreign-implemented traits.
    bendk committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    81893ca View commit details
    Browse the repository at this point in the history