Add module file
This commit is contained in:
parent
2989cb803d
commit
4b8d7b0c4f
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ pub use std::error::Error;
|
|||
|
||||
pub use runtime::Runtime;
|
||||
|
||||
mod file;
|
||||
|
||||
pub trait StorageBackend {
|
||||
|
||||
fn name(&self) -> String;
|
||||
|
|
Loading…
Reference in a new issue