This commit is contained in:
weisd
2024-06-25 17:44:46 +08:00
parent faeb477880
commit 57a10e87b6
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ pub struct Objects {
#[async_trait::async_trait]
trait DiskAPI: Debug + Send + Sync + 'static {}
pub trait StorageAPI {}
pub trait StorageAPI: Debug + Send + Sync + 'static {}