Module etable
Source - 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.
- MultiEfn
- Nested evaluation function.
- 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).
- Efn
- Evaluation function type.