diff --git a/src/storage/backend.rs b/src/storage/backend.rs index acaed6b4..8c069e38 100644 --- a/src/storage/backend.rs +++ b/src/storage/backend.rs @@ -20,7 +20,7 @@ use storage::parser::{FileHeaderParser, Parser, ParserError}; use module::Module; use runtime::Runtime; -pub type BackendOperationResult = Result<(), StorageBackendError>; +pub type BackendOperationResult = Result; pub struct StorageBackend { basepath: String,