Small clean up

This commit is contained in:
2022-06-07 10:01:01 +02:00
parent a5c6e8b8a2
commit 5a54d460c9
3 changed files with 14 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ use std::collections::HashMap;
use crate::item::Item;
/*
pub trait Storage {
pub trait Backend {
type Key;
type IterKeys: