We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a7b74 commit 54228bfCopy full SHA for 54228bf
protocols/gossipsub/src/partial.rs
@@ -62,7 +62,7 @@ pub trait Partial {
62
) -> Result<PublishAction, PartialMessageError>;
63
}
64
65
-pub trait Metadata: Debug {
+pub trait Metadata: Debug + Send + Sync {
66
/// Return the `Metadata` as a byte slice.
67
fn as_slice(&self) -> &[u8];
68
/// try to Update the `Metadata` with the remote data,
0 commit comments