PatAtomR

Type Alias PatAtomR 

Source
pub type PatAtomR<S> = Spanned<S, PatAtomRInner<S>>;
Expand description

Raw syntax pattern atom with text span. Represents a pattern other than a tensor or composition (or a composition/tensor in brackets)

Aliased Type§

pub struct PatAtomR<S> {
    pub inner: PatAtomRInner<S>,
    pub span: S,
}

Fields§

§inner: PatAtomRInner<S>

Wrapped data

§span: S

Text span