Skip to content

Commit 9a4fbee

Browse files
committed
Implemented Debug for CachingSession
For debug purposes.
1 parent 3713c61 commit 9a4fbee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/src/transport/caching_session.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use bytes::Bytes;
88
use dashmap::DashMap;
99

1010
/// Provides auto caching while executing queries
11+
#[derive(Debug)]
1112
pub struct CachingSession {
1213
pub session: Session,
1314
/// The prepared statement cache size

0 commit comments

Comments
 (0)