[][src]Module gluon_vm::api::function

Structs

CPrimitive
Function

Type which represents an function in gluon

Primitive
RefPrimitive
TypedBytecode

Traits

FunctionType

Trait which represents a function

VmFunction

Trait which abstracts over types which can be called by being pulling the arguments it needs from the virtual machine's stack

Functions

primitive
primitive_f

Type Definitions

FunctionRef

Type which represents a function reference in gluon

GluonFunction
OwnedFunction