Type Alias iota_package_resolver::DatatypeKey

source ·
pub type DatatypeKey = DatatypeRef<'static, 'static>;
Expand description

A StructRef that owns its strings.

Aliased Type§

struct DatatypeKey {
    pub package: AccountAddress,
    pub module: Cow<'static, str>,
    pub name: Cow<'static, str>,
}

Fields§

§package: AccountAddress§module: Cow<'static, str>§name: Cow<'static, str>