Type Alias Sym

Source
pub type Sym = Interned<'static, str>;
Expand description

An Interned static str, used in place of an identifier

Aliased Type§

struct Sym { /* private fields */ }

Trait Implementations§

Source§

impl Walk for Sym

Source§

fn visit_in<'a, V: Visit<'a>>(&'a self, v: &mut V)

Calls the respective visit_* function in V
Source§

fn children<'a, V: Visit<'a>>(&'a self, v: &mut V)

Walks the children of self, visiting them in V