[][src]Trait sauron_vdom::Widget

pub trait Widget<T>: View<T> {
    fn update(&mut self);
}

A smart widget that its components can be changed before a view is created

Required methods

fn update(&mut self)

Loading content...

Implementors

Loading content...