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

type Anchor<T> = Anchor<T, Engine>;

The main struct of the Anchors library. Represents a single value on the singlthread recomputation graph.

You should basically never need to create these with Anchor::new; instead call functions like Var::new and AnchorExt::map to create them.