Trait ObserverWithHashField

Source
pub trait ObserverWithHashField {
    // Required method
    fn hash(&self) -> Option<u64>;
}
Expand description

A trait for Observers with a hash field

Required Methods§

Source

fn hash(&self) -> Option<u64>

get the value of the hash field

Implementors§