pub trait FsVerityHash:
FromBytes
+ IntoBytes
+ KnownLayout
+ Immutable
+ Clone
+ Copy
+ Debug
+ Send
+ Sync
+ PartialEq
+ Eq { }Expand description
A cryptographic hash digest used in a Merkle tree.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.