pub type DatatypeKey = DatatypeRef<'static, 'static>;Expand description
A StructRef that owns its strings.
Aliased Type§
pub 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>