pub type Arg = Arg<SourceRange>;Aliased Type§
pub 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>