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 6d3e977 commit 3460317Copy full SHA for 3460317
src/kv.rs
@@ -54,7 +54,7 @@ pub enum KvError {
54
/// Kv helper struct for a db.
55
/// Opening or creating a kv will give you a Result<Kv>.
56
/// You can call it's impl functions to interact with it.
57
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Debug, Clone, Serialize, Deserialize)]
58
pub struct Kv<K, V> {
59
pub package_id: PackageId,
60
pub db: String,
0 commit comments