We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713c61 commit 9a4fbeeCopy full SHA for 9a4fbee
scylla/src/transport/caching_session.rs
@@ -8,6 +8,7 @@ use bytes::Bytes;
8
use dashmap::DashMap;
9
10
/// Provides auto caching while executing queries
11
+#[derive(Debug)]
12
pub struct CachingSession {
13
pub session: Session,
14
/// The prepared statement cache size
0 commit comments