Module etable

Source

Structs§

Chained
A chained Etable, stopping at the first if it does not return Control::NoAction.
Etable
The evaluation table for the EVM.
MultiEtable
Nested evaluation table.
Single
Etable with only one function.
Tracing
A tracing Etable, with pre and post actions.

Enums§

MultiEfn
Nested evaluation function.

Traits§

EtableSet
An etable “set” that can be evaluated. This is the generic trait to support all types of dispatching strategies (via match or an actual etable array).

Type Aliases§

Efn
Evaluation function type.