[][src]Type Definition reax::computed::BoxedComputedVar

type BoxedComputedVar<'a, T, C = ()> = ComputedVar<Box<dyn ComputedValue<Value = T, Context = C> + 'a>>;

A computed cell which is implementation agnostic. The value of the cell and captures of the cell's update function are heap-allocated.