[][src]Module hatter::value

Value is the dynamic type that represents an active Hatter object, including objects you define in your own code.

Structs

List
Map

Enums

Fn

Three types of functions in Hatter: Fn: Function defined in Hatter. Native: Function defined in Rust. Special: Function defined in Rust whose arguments aren't evaluated, like a macro.

Value

Value is the dynamic type that represents an active Hatter object, including objects you define in your own code.

Traits

Object

If you want to expose your own structs to Hatter code, this is the trait for you.

Type Definitions

Native

Hatter function defined in Rust.

Special

Hatter function defined in Rust whose arguments aren't evaluated, like a macro.