Module sindra::value [] [src]

Value and associated traits for run-time in-memory values.

Traits

Cast

Trait for type casting of values.

Coerce

Trait for type coercions for values.

Extract

Trait for extracting rust value (of type T) from Value type.

Value

Value trait (empty, just a collection of other traits). Used to specify the required traits for any stored value in a programming language.