Trait kagura::html::component::Update[][src]

pub trait Update: Component {
    fn update(&mut self, _: &Self::Props, _: Self::Msg) -> Cmd<Self> { ... }
fn on_assemble(&mut self, _: &Self::Props) -> Cmd<Self> { ... }
fn on_load(&mut self, _: &Self::Props) -> Cmd<Self> { ... }
fn ref_node(&mut self, _: &Self::Props, _: String, _: Node) -> Cmd<Self> { ... } }

Provided methods

Implementors