Type Alias TopVarName

Source
pub type TopVarName = NameSegment;
Expand description

The type of global variable names

Aliased Type§

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

Variants§

§

Uuid(Uuid)

A universally unique identifier (UUID).

§

Text(Ustr)

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