Add module file

This commit is contained in:
Matthias Beyer 2015-10-30 14:32:22 +01:00
parent 2989cb803d
commit 4b8d7b0c4f

View file

@ -4,6 +4,8 @@ pub use std::error::Error;
pub use runtime::Runtime;
mod file;
pub trait StorageBackend {
fn name(&self) -> String;