Skip to main content

IntoTapHash

Trait IntoTapHash 

Source
pub trait IntoTapHash {
    // Required method
    fn into_tap_hash(self) -> TapNodeHash;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§