Struct dynamo::ast::Function [] [src]

pub struct Function {
    pub name: Arc<String>,
    pub args: Vec<Arg>,
    pub block: Block,
    pub returns: bool,
}

Fields

Methods

impl Function
[src]

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter.

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more