Structs§
- An implementation of a resource for fractional ownership of a ghost variable.
- See
GhostVarAuth<T>
for more information. GhostVarAuth<T>
is one half of a pair of tokens—the other beingGhostVar<T>
. These tokens each track a value, and they can only be allocated or updated together. Thus, the pair of tokens always agree on the value, but they can be owned separately.