Module hotdrink_rs::builders::value_experiments[][src]

Experiments regarding the innermost Value-wrapper around values. As of now, there are only read-only references to values in the constraint system. This means that modifications to large data-structures will have to make a copy.

Enums

Value

A value in the constraint system.

ValueReadGuard

RAII structure for getting read-access to the inner value of a Value. This struct is created by Value::read.

ValueWriteGuard

RAII structure for getting write-access to the inner value of a Value. This struct is created by Value::write.