Type Alias rustpython_ast::located::ArgWithDefault
source · pub type ArgWithDefault = ArgWithDefault<SourceRange>;Aliased Type§
struct ArgWithDefault {
pub range: EmptyRange<SourceRange>,
pub def: Arg<SourceRange>,
pub default: Option<Box<Expr<SourceRange>>>,
}Fields§
§range: EmptyRange<SourceRange>§def: Arg<SourceRange>§default: Option<Box<Expr<SourceRange>>>