Struct syntax::ast::FnDeclExperimental
[-]
[+]
[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 |