Type Alias rustpython_ast::located::PatternMatchOr
source · pub type PatternMatchOr = PatternMatchOr<SourceRange>;
Aliased Type§
struct PatternMatchOr {
pub range: SourceRange,
pub patterns: Vec<Pattern<SourceRange>>,
}
Fields§
§range: SourceRange
§patterns: Vec<Pattern<SourceRange>>