Skip to content

Commit 8763af0

Browse files
committed
Add documentation for ForeignDynstoreTrait
1 parent 2a8d9b9 commit 8763af0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ffi/types.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ impl std::fmt::Display for IOError {
253253
}
254254
}
255255

256+
/// FFI-safe version of [`DynStoreTrait`].
257+
///
258+
/// [`DynStoreTrait`]: crate::types::DynStoreTrait
256259
#[uniffi::export(with_foreign)]
257260
#[async_trait]
258261
pub trait FfiDynStoreTrait: Send + Sync {

0 commit comments

Comments
 (0)