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 6b6f02d commit f6b7d15Copy full SHA for f6b7d15
src/lib.rs
@@ -108,6 +108,7 @@ const NETWORK: TableDefinition<&str, String> = TableDefinition::new("network");
108
/// This is the primary struct of this crate. It holds the database corresponding to a wallet.
109
/// It also holds the table names of redb tables which are specific to each wallet in a database
110
/// file.
111
+#[derive(Debug)]
112
pub struct Store {
113
// We use a reference so as to avoid taking ownership of the Database, allowing other
114
// applications to write to it. Arc is for thread safety.
0 commit comments