LifeCycle

Trait LifeCycle 

Source
pub trait LifeCycle {
    // Required method
    fn create(&self) -> Node;
}
Expand description

Life cycle trait

Required Methods§

Source

fn create(&self) -> Node

Create widget

Implementors§