diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-02 10:55:40 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-02 10:55:40 +0100 |
commit | 1f28832deaff3a2319cc88d5a83ffe506b784fc8 (patch) | |
tree | d4cfbe576725bb0952cb9e6fb21ea2931bad851e /src/storage/garage.rs | |
parent | 73a6a0c014fd850a97eba175abe1ef8e2d0220b4 (diff) | |
download | aerogramme-1f28832deaff3a2319cc88d5a83ffe506b784fc8.tar.gz aerogramme-1f28832deaff3a2319cc88d5a83ffe506b784fc8.zip |
start replacing engine
Diffstat (limited to 'src/storage/garage.rs')
-rw-r--r-- | src/storage/garage.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/garage.rs b/src/storage/garage.rs index f2cc216..c2ca1d3 100644 --- a/src/storage/garage.rs +++ b/src/storage/garage.rs @@ -7,7 +7,7 @@ pub struct GrgRef {} pub struct GrgValue {} impl IRowBuilder for GrgCreds { - fn row_store(&self) -> RowStore { + fn row_store(&self) -> Result<RowStore, Error> { unimplemented!(); } } |