[][src]Module ketos::value

Represents any possible value type.

Structs

ForeignFn

Represents a foreign value that contains a callable function or closure

Enums

Value

Represents a value.

Traits

ForeignValue

Represents a type of value defined outside the core interpreter.

FromValue

Consumes a Value and returns a Rust value

FromValueRef

Borrows a Rust value from a Value