First adaptation to WIP netapp with streaming body

This commit is contained in:
Alex Auvolat
2022-07-22 15:20:00 +02:00
parent 16f6a1a65d
commit 8e7e680afe
12 changed files with 97 additions and 112 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub trait Entry<P: PartitionKey, S: SortKey>:
}
/// Trait for the schema used in a table
pub trait TableSchema: Send + Sync {
pub trait TableSchema: Send + Sync + 'static {
/// The name of the table in the database
const TABLE_NAME: &'static str;