Module tinychain::scalar::reference[][src]

Re-exports

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

Modules

id

Reference another State in the same Txn context.

op

Resolve a reference to an op.

Structs

After

Struct to delay resolving another reference(s) until some preliminary reference is resolved.

Case
IfRef

A conditional reference.

RefVisitor

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.