table::insert_many, version_table::updated

This commit is contained in:
Alex Auvolat
2020-04-11 19:43:29 +02:00
parent 53289b69e5
commit dcf58499a4
6 changed files with 104 additions and 35 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ impl TableFormat for BlockRefTable {
type S = UUID;
type E = BlockRef;
async fn updated(&self, old: Option<&Self::E>, new: &Self::E) {
async fn updated(&self, old: Option<Self::E>, new: Self::E) {
//unimplemented!()
// TODO
}