Type Definition holo_hash::EntryHash

source ·
pub type EntryHash = HoloHash<Entry>;
Expand description

The hash of an Entry.

Trait Implementations§

source§

impl From<HoloHash<Agent>> for EntryHash

source§

fn from(hash: AgentPubKey) -> EntryHash

Converts to this type from the input type.
source§

impl From<HoloHash<AnyDht>> for EntryHash

source§

fn from(hash: AnyDhtHash) -> Self

Converts to this type from the input type.
source§

impl From<HoloHash<AnyLinkable>> for EntryHash

source§

fn from(hash: AnyLinkableHash) -> Self

Converts to this type from the input type.