issue/43 Segment have a commit opstamp

This commit is contained in:
Paul Masurel
2017-02-01 10:06:32 +09:00
parent ca977fb17b
commit 09782858da
10 changed files with 157 additions and 106 deletions

View File

@@ -32,7 +32,7 @@ pub enum Error {
/// The data within is corrupted.
///
/// For instance, it contains invalid JSON.
CorruptedFile(PathBuf, Box<error::Error + Send>),
CorruptedFile(PathBuf, Box<error::Error + Send + Sync>),
/// Invalid argument was passed by the user.
InvalidArgument(String),
/// An Error happened in one of the thread