Struct dyon::ast::Closure [] [src]

pub struct Closure {
    pub file: Arc<String>,
    pub source: Arc<String>,
    pub args: Vec<Arg>,
    pub currents: Vec<Current>,
    pub expr: Expression,
    pub ret: Type,
    pub source_range: Range,
}

Fields

Methods

impl Closure
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Closure
[src]

[src]

Formats the value using the given formatter.

impl Clone for Closure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more