Struct dyon::FnExternalRef [] [src]

pub struct FnExternalRef(pub fn(&mut Runtime) -> Result<(), String>);

Used to store direct reference to external function.

Trait Implementations

impl Copy for FnExternalRef
[src]

impl Clone for FnExternalRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FnExternalRef
[src]

Formats the value using the given formatter.