pub type VarName = NameSegment;
Expand description
The type of local variable names
Aliased Type§
pub enum VarName {
Uuid(Uuid),
Text(Ustr),
}
pub type VarName = NameSegment;
The type of local variable names
pub enum VarName {
Uuid(Uuid),
Text(Ustr),
}