Struct dyon::FnExternal [] [src]

pub struct FnExternal {
    pub name: Arc<String>,
    pub f: fn(&mut Runtime) -> Result<(), String>,
    pub p: Dfn,
}

Fields

Trait Implementations

impl Clone for FnExternal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more