aboutsummaryrefslogtreecommitdiff
path: root/src/storage/garage.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-11-21 15:09:39 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-11-21 15:09:39 +0100
commita7c9d554f6523c384cc0a14a789e0c8d9070e605 (patch)
tree8c3e84cd0d20552e917ac5eae162323425e90a90 /src/storage/garage.rs
parent6e8b2cfc9ff1abf2b4844884d9ebd807d37bd76e (diff)
downloadaerogramme-a7c9d554f6523c384cc0a14a789e0c8d9070e605.tar.gz
aerogramme-a7c9d554f6523c384cc0a14a789e0c8d9070e605.zip
fix login mod
Diffstat (limited to 'src/storage/garage.rs')
-rw-r--r--src/storage/garage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/garage.rs b/src/storage/garage.rs
index 0a22928..d9c768f 100644
--- a/src/storage/garage.rs
+++ b/src/storage/garage.rs
@@ -53,7 +53,7 @@ impl IRowRef for GrgRef {
unimplemented!();
}
- fn set_value(&self, content: Vec<u8>) -> RowValue {
+ fn set_value(&self, content: &[u8]) -> RowValue {
unimplemented!();
}
fn fetch(&self) -> AsyncResult<RowValue> {