Skip to main content

LocalName

Type Alias LocalName 

Source
pub type LocalName = NameDef<Local>;
Expand description

Name of a local expression binding (e.g., "x", "stage_mass").

Aliased Type§

pub struct LocalName { /* private fields */ }

Trait Implementations§

Source§

impl FormatEquivalent for LocalName

Source§

fn format_equivalent(&self, other: &Self) -> bool

Returns true if self and other are equivalent up to formatting.