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