Struct syntex_syntax::ast::Arg
[−]
[src]
pub struct Arg {
pub ty: P<Ty>,
pub pat: P<Pat>,
pub id: NodeId,
}represents an argument in a function header
Fields
ty | |
pat | |
id |