Skip to content

Commit

Permalink
doc: documents store::StoreError
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed May 24, 2024
1 parent ec7874f commit 09f67d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/commit_log/segmented_log/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ impl<S, H> Store<S, H> {
}
}

/// Error type used for [`Store`] operations.
#[derive(Debug)]
pub enum StoreError<SE> {
/// Used to denote errors from the backing [`Storage`] implementation.
Expand Down

0 comments on commit 09f67d2

Please sign in to comment.