aboutsummaryrefslogtreecommitdiff
path: root/src/storage/garage.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-11-21 09:56:31 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-11-21 09:56:31 +0100
commit6e8b2cfc9ff1abf2b4844884d9ebd807d37bd76e (patch)
tree2eb6dc92646f97fe4452485f4dbeac588c80e5a4 /src/storage/garage.rs
parentbd6c3464e609dc76e119457ea583af0f08eeabb4 (diff)
downloadaerogramme-6e8b2cfc9ff1abf2b4844884d9ebd807d37bd76e.tar.gz
aerogramme-6e8b2cfc9ff1abf2b4844884d9ebd807d37bd76e.zip
rewrite CryptoKeys with Storage abstraction
Diffstat (limited to 'src/storage/garage.rs')
-rw-r--r--src/storage/garage.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/storage/garage.rs b/src/storage/garage.rs
index ad33769..0a22928 100644
--- a/src/storage/garage.rs
+++ b/src/storage/garage.rs
@@ -85,7 +85,11 @@ impl IRowValue for GrgValue {
}
}
-
+impl std::fmt::Debug for GrgValue {
+ fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
+ unimplemented!();
+ }
+}
/*