pub type PatternMatchStar = PatternMatchStar<SourceRange>;

Aliased Type§

struct PatternMatchStar {
    pub range: SourceRange,
    pub name: Option<Identifier>,
}

Fields§

§range: SourceRange§name: Option<Identifier>

Trait Implementations§