pub trait FullHash:
ToOutput
+ ListHashes
+ Tagged {
// Provided methods
fn diff_hashes(&self) -> DiffHashes { ... }
fn with_hash(&self) -> WithHash<'_, Self> { ... }
fn full_hash(&self) -> Hash { ... }
}Provided Methods§
fn diff_hashes(&self) -> DiffHashes
fn with_hash(&self) -> WithHash<'_, Self>
fn full_hash(&self) -> Hash
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".