pub trait GetSlotHash {
    fn slot_hash(&self) -> SlotHashKey;
}

Required methods

Implementations on Foreign Types

Implementors