Struct syntex_syntax::ast::FnDecl
[−]
[src]
pub struct FnDecl {
pub inputs: Vec<Arg>,
pub output: FunctionRetTy,
pub variadic: bool,
}Represents the header (not the body) of a function declaration
Fields
inputs | |
output | |
variadic |