pub type PatternMatchStar = PatternMatchStar<SourceRange>;Aliased Type§
pub struct PatternMatchStar {
pub range: SourceRange,
pub name: Option<Identifier>,
}Fields§
§range: SourceRange§name: Option<Identifier>pub type PatternMatchStar = PatternMatchStar<SourceRange>;pub struct PatternMatchStar {
pub range: SourceRange,
pub name: Option<Identifier>,
}range: SourceRange§name: Option<Identifier>