Metdata: make message clonable

This commit is contained in:
Serge FARNY 2024-05-08 10:01:11 +02:00
parent f9295b0d9f
commit 8e0609f2a3
1 changed files with 1 additions and 0 deletions

View File

@ -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,