Skip to content

Commit fed8a92

Browse files
committed
Add documentation for ForeignDynstoreTrait
1 parent 1ba4831 commit fed8a92

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
@@ -166,6 +166,9 @@ impl std::fmt::Display for IOError {
166166
}
167167
}
168168

169+
/// FFI-safe version of [`DynStoreTrait`].
170+
///
171+
/// [`DynStoreTrait`]: crate::types::DynStoreTrait
169172
#[async_trait]
170173
pub trait FfiDynStoreTrait: Send + Sync {
171174
async fn read_async(

0 commit comments

Comments
 (0)