Skip to main content

Module value

Module value 

Source
Expand description

The Value contract: the universal runtime handle for every object.

The kernel defines the value type and the RuntimeObject marker that every object satisfies; concrete object kinds are supplied by the libraries.

Structs§

Value
The universal runtime handle for every object.

Traits§

RuntimeObject
Marker trait every concrete runtime object satisfies.