pub type FieldName = NameSegment;
Expand description
The type of field names in record types
Aliased Type§
pub enum FieldName {
Uuid(Uuid),
Text(Ustr),
}
pub type FieldName = NameSegment;
The type of field names in record types
pub enum FieldName {
Uuid(Uuid),
Text(Ustr),
}