Module janetrs::function[][src]

Expand description

Janet function types.

Structs

CallError

Error type that happens when calling a JanetFunction on the Rust side.

JanetFunction

A representation of a Janet function defined at the Janet side.

JanetTryState

A structure that holds the old and new states of the Janet VM.

Enums

CallErrorKind

Kinds of errors of CallError.

Type Definitions

JanetCFunction

C function pointer that is accepted by Janet as a type.