Crate tc_scalar

Source
Expand description

Immutable values which always reside entirely in memory

Re-exports§

pub use tc_value as value;
pub use op::*;
pub use reference::*;

Modules§

op
User-defined OpDefs.
public
reference
Utilities to reference to a State within a transaction, and resolve that TCRef.

Structs§

ClusterRef
A reference to a Cluster
ScalarVisitor
A de::Visitor used to deserialize a Scalar.
Scope
The execution scope of a Scalar, such as an OpDef or TCRef

Enums§

Scalar
A scalar value, i.e. an immutable state always held in main memory and never split into blocks.
ScalarType
The Class of a Scalar.

Constants§

SELF
The label of an instance in its own method context