[][src]Trait euca::app::model::Render

pub trait Render<DomTree> {
    fn render(&self) -> DomTree;
}

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

Required methods

fn render(&self) -> DomTree

Render the model as a virtual dom.

Loading content...

Implementors

Loading content...