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

Required Methods

Implementations on Foreign Types

Implementors