Type Alias FunctionRef

Source
pub type FunctionRef<'vm, F> = Function<&'vm Thread, F>;
Expand description

Type which represents a function reference in gluon

Aliased Typeยง

struct FunctionRef<'vm, F> { /* private fields */ }