Skip to content

Commit

Permalink
Metdata: make message clonable
Browse files Browse the repository at this point in the history
  • Loading branch information
farnyser committed May 8, 2024
1 parent f9295b0 commit 8e0609f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl<T, E: std::fmt::Debug> AnyhowWrap for Result<T, E> {
}
}

#[derive(Clone, PartialEq, Debug)]
pub enum FeedMetadata {
InvalidAccount(Pubkey),
SnapshotStart,
Expand Down

0 comments on commit 8e0609f

Please sign in to comment.