Module medea_reactive::field::cell

source ·
Expand description

Implementation of the observable analogue of the Cell.

Subscription to changes works the same way as ObservableField, but working with underlying data of ObservableCell is different.

Structs