Type Alias gluon_vm::api::function::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 */ }