Skip to main content

TagsHash

Trait TagsHash 

Source
pub trait TagsHash {
    // Required method
    fn tags_hash(&self) -> Hash;
}

Required Methods§

Source

fn tags_hash(&self) -> Hash

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: ?Sized + Tagged> TagsHash for T