Type Alias Punct

Source
pub type Punct = Punct<Span>;

Aliased Type§

pub struct Punct {
    pub char: char,
    pub spacing: Spacing,
    pub span: SpanData<SyntaxContext>,
}

Fields§

§char: char§spacing: Spacing§span: SpanData<SyntaxContext>

Trait Implementations§

Source§

impl ToTokenTree for Punct

Source§

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