Type Definition hdi::prelude::ZomeEntryTypesKey

source ·
pub type ZomeEntryTypesKey = ZomeTypesKey<EntryDefIndex>;
Expand description

A key to the ScopedZomeTypes<EntryDefIndex> container.

Trait Implementations§

source§

impl From<&EntryTypes> for ZomeEntryTypesKey

source§

fn from(v: &EntryTypes) -> Self

Converts to this type from the input type.
source§

impl From<EntryTypes> for ZomeEntryTypesKey

source§

fn from(v: EntryTypes) -> Self

Converts to this type from the input type.