Struct flo_ui::DiffViewModel [] [src]

pub struct DiffViewModel { /* fields omitted */ }

Tracks differences in the viewmodel attached to a controller and its subtree

Methods

impl DiffViewModel
[src]

[src]

Creates a new viewmodel tracker for a particular controller

[src]

Reads the current state of the controller and creates a watcher for any changes that might occur to it.

[src]

Reads the updates from a WatchViewModel and create a new one that will see future updates

Trait Implementations

Auto Trait Implementations

impl Send for DiffViewModel

impl Sync for DiffViewModel