We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c8b06 commit 5b16922Copy full SHA for 5b16922
src/transaction/mod.rs
@@ -9,6 +9,7 @@
9
//! **Warning:** It is not advisable to use both raw and transactional functionality in the same keyspace.
10
11
pub use client::Client;
12
+pub use client::LockInfo;
13
pub(crate) use lock::resolve_locks;
14
pub(crate) use lock::HasLocks;
15
pub use snapshot::Snapshot;
0 commit comments