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 3b26f8f commit b041031Copy full SHA for b041031
src/fsverity/hashvalue.rs
@@ -7,6 +7,7 @@ use zerocopy::{FromBytes, Immutable, IntoBytes, KnownLayout, Unaligned};
7
pub trait FsVerityHashValue
8
where
9
Self: Clone,
10
+ Self: Send + Sync + 'static,
11
Self: From<Output<Self::Digest>>,
12
Self: FromBytes + Immutable + IntoBytes + KnownLayout + Unaligned,
13
Self: Hash + Eq,
0 commit comments