[][src]Trait sauron_vdom::View

pub trait View<T> {
    fn view(&self) -> Node<T>;
}

A view should be able to return a vdom::Node A dumb view, recreated every time the parent widget calls on update

Required methods

fn view(&self) -> Node<T>

Loading content...

Implementors

Loading content...