[][src]Module euca::app::model

Traits to implement on a model to allow it to interact with an application.

Traits

Render

Render (or view) the model as a virtual dom.

Update

Process a message that updates the model.