Type Definition holo_hash::AnyDhtHash[][src]

type AnyDhtHash = HoloHash<AnyDht>;

The hash of anything referrable in the DHT. This is a composite of either an EntryHash or a HeaderHash

Trait Implementations

impl From<HoloHash<Agent>> for AnyDhtHash[src]

impl From<HoloHash<Entry>> for AnyDhtHash[src]

impl From<HoloHash<Header>> for AnyDhtHash[src]