ffi: add async_runtime annotation for impl block with async fun

This commit is contained in:
Benjamin Bouvier
2024-10-08 10:56:08 +02:00
parent 4d45b02e91
commit 19b9a73ecc

View File

@@ -432,7 +432,7 @@ pub struct UserIdentity {
inner: matrix_sdk::encryption::identities::UserIdentity,
}
#[uniffi::export]
#[uniffi::export(async_runtime = "tokio")]
impl UserIdentity {
/// Remember this identity, ensuring it does not result in a pin violation.
///