Module tc_scalar::reference

source ·
Expand description

Utilities to reference to a [State] within a [Txn], and resolve that TCRef.

Re-exports§

  • pub use id::*;
  • pub use op::*;

Modules§

  • Reference another [State] in the same [Txn] context.
  • Resolve a reference to an op.

Structs§

  • Struct to delay resolving another reference(s) until some preliminary reference is resolved.
  • A switch-case flow control
  • A conditional reference.
  • A helper struct used to deserialize a TCRef
  • A while loop.
  • A flow control operator which closes over the context of an OpDef to produce a [Closure].

Enums§

Traits§

  • Trait defining dependencies and a resolution method for a TCRef.