Module value

Source

Re-exports§

pub use operations::ArithmeticOps;
pub use operations::LogicalOps;
pub use operations::ComparisonOps;
pub use operations::ValueOperation;

Modules§

operations

Macros§

define_value_enum 🔒

Enums§

Value
Values that can be stored in the bytecode and manipulated by the VM

Traits§

DeserializeFromReader
Trait for types that can deserialize themselves from a reader
DisplayValue
Trait for types that can display themselves as values