Struct escodegen::Function[][src]

pub struct Function {
    pub params: Vec<String>,
    pub body: Vec<Stmt>,
}

Fields

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Function

impl Sync for Function