Type Alias rustpython_ast::located::Arg
source · pub type Arg = Arg<SourceRange>;Aliased Type§
struct Arg {
pub range: SourceRange,
pub arg: Identifier,
pub annotation: Option<Box<Expr<SourceRange>>>,
pub type_comment: Option<String>,
}Fields§
§range: SourceRange§arg: Identifier§annotation: Option<Box<Expr<SourceRange>>>§type_comment: Option<String>