Module reference

Source
Expand description

Utilities to reference to a State within a transaction, and resolve that TCRef.

Re-exports§

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

Modules§

id
Reference another State in the same transaction context.
op
Resolve a reference to an op.

Structs§

After
Struct to delay resolving another reference(s) until some preliminary reference is resolved.
Case
A switch-case flow control
IfRef
A conditional reference.
RefVisitor
A helper struct used to deserialize a TCRef
While
A while loop.
With
A flow control operator which closes over the context of an OpDef to produce a closure.

Enums§

RefType
The Class of a TCRef.
TCRef
A reference to a State.

Traits§

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