Module tin::module

source ·
Expand description

Definitions for compiled modules.

Structs

An error that may happen at runtime.
A call stack frame within a Trace.
A function taking 0 arguments
A function taking 1 arguments
A function taking 2 arguments
A function taking 3 arguments
A function taking 4 arguments
A function taking 5 arguments
A function taking 6 arguments
A compiled module, the result of an invocation of Tin::compile.
A specific code point, with a file, line and column.
A trace, for example a backtrace for an error.

Enums

The various kinds of allowed errors.

Traits

A function that is exported from a Module.