Type Alias VarName

Source
pub type VarName = NameSegment;
Expand description

The type of local variable names

Aliased Type§

pub enum VarName {
    Uuid(Uuid),
    Text(Ustr),
}

Variants§

§

Uuid(Uuid)

A universally unique identifier (UUID).

§

Text(Ustr)

A human-readable name, assumed unique within the relevant context.