Skip to main content

FullHash

Trait FullHash 

Source
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§

Source

fn diff_hashes(&self) -> DiffHashes

Source

fn with_hash(&self) -> WithHash<'_, Self>

Source

fn full_hash(&self) -> Hash

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§