Module cell

Source
Expand description

An implementation of a cell type that can be updated from a remote mesh node.

Structs§

Cell
A cell containing a value that can be updated from a remote node.
CellUpdater
A type used to update the value in one or more Cells.

Functions§

cell
Creates a new cell and its associated updater.