Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Feb 21, 2024
1 parent 931e643 commit 2976dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend-local-server/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl serde::Serialize for DataReadError {
}
}

// TODO: What does 'static mean here? Can it be loosened?
pub trait DataInterface: Send + Sync + 'static {
fn scan(&self) -> Result<EntriesToCompare, DataReadError>;
// TODO: Make `save` more generic than IndexMap
Expand Down

0 comments on commit 2976dfb

Please sign in to comment.