Type Alias rustpython_ast::located::PatternMatchValue
source · pub type PatternMatchValue = PatternMatchValue<SourceRange>;Aliased Type§
struct PatternMatchValue {
pub range: SourceRange,
pub value: Box<Expr<SourceRange>>,
}Fields§
§range: SourceRange§value: Box<Expr<SourceRange>>