Struct dyon::FnExternal[][src]

pub struct FnExternal {
    pub namespace: Arc<Vec<Arc<String>>>,
    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

Auto Trait Implementations

impl Send for FnExternal

impl Sync for FnExternal