Type Alias Ident

Source
pub type Ident = Ident<Span>;

Aliased Type§

pub struct Ident {
    pub sym: Symbol,
    pub span: SpanData<SyntaxContext>,
    pub is_raw: IdentIsRaw,
}

Fields§

§sym: Symbol§span: SpanData<SyntaxContext>§is_raw: IdentIsRaw

Trait Implementations§

Source§

impl ToTokenTree for Ident

Source§

fn to_tokens(self, _span: Span, builder: &mut TopSubtreeBuilder)