We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0aff commit c3b7f8bCopy full SHA for c3b7f8b
linera-views/src/backends/rocks_db.rs
@@ -62,7 +62,7 @@ pub enum RocksDbSpawnMode {
62
63
/// The inner client
64
#[derive(Clone)]
65
-struct RocksDbStoreInternal {
+pub struct RocksDbStoreInternal {
66
executor: RocksDbStoreExecutor,
67
_path_with_guard: PathWithGuard,
68
max_stream_queries: usize,
0 commit comments