diff --git a/src/storage/mod.rs b/src/storage/mod.rs index 42f88ae4..28267aad 100644 --- a/src/storage/mod.rs +++ b/src/storage/mod.rs @@ -4,6 +4,8 @@ pub use std::error::Error; pub use runtime::Runtime; +mod file; + pub trait StorageBackend { fn name(&self) -> String;