Type Definition anchors::singlethread::Var[][src]

type Var<T> = Var<T, DirtyHandle>;

An Anchor type for values that are mutated by calling a setter function from outside of the Anchors recomputation graph.