pub type DatatypeKey = DatatypeRef<'static, 'static>;Expand description
A StructRef that owns its strings.
Aliased Type§
pub struct DatatypeKey {
pub package: Address,
pub module: Cow<'static, str>,
pub name: Cow<'static, str>,
}Fields§
§package: Address§module: Cow<'static, str>§name: Cow<'static, str>