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